summaryrefslogtreecommitdiffstats
path: root/src/test/ui/debuginfo/debuginfo-emit-llvm-ir-and-split-debuginfo.rs
blob: ff764015dc76f317c052ab0b6063af0a78152a4c (plain)
1
2
3
4
5
6
7
8
// 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"]