mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
9 lines
280 B
Rust
9 lines
280 B
Rust
// build-pass
|
|
// only-linux
|
|
//
|
|
// 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"]
|