rust/compiler/rustc_codegen_llvm/src/back
Manish Goregaokar e284780cf6
Rollup merge of #104105 - davidtwco:split-dwarf-lto, r=michaelwoerister
llvm: dwo only emitted when object code emitted

Fixes #103932.

`CompiledModule` should not think a DWARF object was emitted when a bitcode-only compilation has happened, this can confuse archive file creation (which expects to create an archive containing non-existent dwo files).

r? ``````@michaelwoerister``````
2022-11-13 21:49:25 -05:00
..
archive.rs Update compiler/rustc_codegen_llvm/src/back/archive.rs 2022-11-09 14:56:21 +01:00
lto.rs Port diagnostics created by Handler 2022-11-09 14:56:21 +01:00
profiling.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
write.rs llvm: dwo only emitted when object code emitted 2022-11-08 10:35:53 +00:00