]> git.lizzy.rs Git - rust.git/blob - src/test/ui/debuginfo-emit-llvm-ir-and-split-debuginfo.rs
Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitor
[rust.git] / src / test / ui / debuginfo-emit-llvm-ir-and-split-debuginfo.rs
1 // build-pass
2 //
3 // compile-flags: -g --emit=llvm-ir -Zunstable-options -Csplit-debuginfo=unpacked
4 //
5 // Make sure that we don't explode with an error if we don't actually end up emitting any `dwo`s,
6 // as would be the case if we don't actually codegen anything.
7 #![crate_type="rlib"]