rust/src/test/codegen-units
Alex Crichton 5d415e8d08 rustc: Handle #[inline(always)] at -O0
This commit updates the handling of `#[inline(always)]` functions at -O0 to
ensure that it's always inlined regardless of the number of codegen units used.

Closes #45201
2017-10-11 17:12:29 -07:00
..
item-collection rustc: Don't inline in CGUs at -O0 2017-10-07 19:09:46 -07:00
partitioning rustc: Handle #[inline(always)] at -O0 2017-10-11 17:12:29 -07:00