mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 13:04:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			349 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			349 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| // 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() {}
 | 
