diff options
Diffstat (limited to 'src/test/codegen/pgo-counter-bias.rs')
| -rw-r--r-- | src/test/codegen/pgo-counter-bias.rs | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/src/test/codegen/pgo-counter-bias.rs b/src/test/codegen/pgo-counter-bias.rs deleted file mode 100644 index 28caa7f4aa3..00000000000 --- a/src/test/codegen/pgo-counter-bias.rs +++ /dev/null @@ -1,10 +0,0 @@ -// Test that __llvm_profile_counter_bias does not get internalized by lto. - -// ignore-macos -runtime-counter-relocation not honored on Mach-O -// compile-flags: -Cprofile-generate -Cllvm-args=-runtime-counter-relocation -Clto=fat -// needs-profiler-support -// no-prefer-dynamic - -// CHECK: @__llvm_profile_counter_bias = {{.*}}global - -pub fn main() {} | 
