rust/tests/codegen/pgo-counter-bias.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
367 B
Rust
Raw Permalink Normal View History

2022-12-05 00:37:21 -06:00
// Test that __llvm_profile_counter_bias does not get internalized by lto.
//@ ignore-apple -runtime-counter-relocation not honored on Mach-O
2022-12-05 00:37:21 -06:00
//@ compile-flags: -Cprofile-generate -Cllvm-args=-runtime-counter-relocation -Clto=fat
//@ compile-flags: -Zno-profiler-runtime
2022-12-05 00:37:21 -06:00
//@ no-prefer-dynamic
// CHECK: @__llvm_profile_counter_bias = {{.*}}global
pub fn main() {}