rust/compiler/rustc_codegen_llvm/src/back
David Wood 29dc08307d llvm: dwo only emitted when object code emitted
`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).

Signed-off-by: David Wood <david.wood@huawei.com>
2022-11-08 10:35:53 +00:00
..
archive.rs Support raw-dylib functions being used inside inlined functions 2022-10-24 16:17:38 -07:00
lto.rs Introduce dedicated -Zdylib-lto flag for enabling LTO on dylibs 2022-10-23 13:48:03 +02: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