mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-03 22:49:17 +00:00 
			
		
		
		
	Fix tests/codegen/riscv-abi/call-llvm-intrinsics.rs Fix tests/codegen/riscv-abi/riscv64-lp64d-abi.rs Fix tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs On riscv64gc ignore tests/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs Make tests/codegen/riscv-abi/riscv64-lp64d-abi.rs no_core Make tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs no_core Set -O for tests/codegen/riscv-abi/riscv64-lp64d-abi.rs Set -O for tests/codegen/riscv-abi/riscv64-lp64f-lp64d-abi.rs
		
			
				
	
	
		
			10 lines
		
	
	
		
			373 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			373 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
//@ build-pass
 | 
						|
//@ only-linux
 | 
						|
//@ ignore-riscv64 On this platform `-Csplit-debuginfo=unpacked` is unstable, see #120518
 | 
						|
//
 | 
						|
//@ compile-flags: -g --emit=llvm-ir -Csplit-debuginfo=unpacked
 | 
						|
//
 | 
						|
// Make sure that we don't explode with an error if we don't actually end up emitting any `dwo`s,
 | 
						|
// as would be the case if we don't actually codegen anything.
 | 
						|
#![crate_type="rlib"]
 |