2022-12-05 06:37:21 +00:00
|
|
|
// Test that __llvm_profile_counter_bias does not get internalized by lto.
|
|
|
|
|
2024-05-27 15:17:18 +02:00
|
|
|
//@ ignore-apple -runtime-counter-relocation not honored on Mach-O
|
2024-02-22 12:10:29 +00:00
|
|
|
//@ compile-flags: -Cprofile-generate -Cllvm-args=-runtime-counter-relocation -Clto=fat
|
2024-03-16 17:02:30 +11:00
|
|
|
//@ compile-flags: -Zno-profiler-runtime
|
2024-02-22 12:10:29 +00:00
|
|
|
//@ no-prefer-dynamic
|
2022-12-05 06:37:21 +00:00
|
|
|
|
|
|
|
// CHECK: @__llvm_profile_counter_bias = {{.*}}global
|
|
|
|
|
|
|
|
pub fn main() {}
|