mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-26 08:27:51 +00:00
11 lines
367 B
Rust
11 lines
367 B
Rust
// Test that __llvm_profile_counter_bias does not get internalized by lto.
|
|
|
|
//@ ignore-apple -runtime-counter-relocation not honored on Mach-O
|
|
//@ compile-flags: -Cprofile-generate -Cllvm-args=-runtime-counter-relocation -Clto=fat
|
|
//@ compile-flags: -Zno-profiler-runtime
|
|
//@ no-prefer-dynamic
|
|
|
|
// CHECK: @__llvm_profile_counter_bias = {{.*}}global
|
|
|
|
pub fn main() {}
|