2024-02-16 20:02:50 +00:00
|
|
|
//@ build-pass
|
|
|
|
|
//@ only-linux
|
2024-05-16 13:10:17 -07:00
|
|
|
//@ ignore-riscv64 On this platform `-Csplit-debuginfo=unpacked` is unstable, see #120518
|
2021-02-14 18:27:08 +02:00
|
|
|
//
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ compile-flags: -g --emit=llvm-ir -Csplit-debuginfo=unpacked
|
2021-02-14 18:27:08 +02:00
|
|
|
//
|
|
|
|
|
// 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"]
|