rust/compiler/rustc_codegen_llvm/src/llvm
Augie Fackler af9e55068c debuginfo: add compiler option to allow compressed debuginfo sections
LLVM already supports emitting compressed debuginfo. In debuginfo=full
builds, the debug section is often a large amount of data, and it
typically compresses very well (3x is not unreasonable.) We add a new
knob to allow debuginfo to be compressed when the matching LLVM
functionality is present. Like clang, if a known-but-disabled
compression mechanism is requested, we disable compression and emit
uncompressed debuginfo sections.

The API is different enough on older LLVMs we just pretend the support
is missing on LLVM older than 16.
2023-09-08 10:45:29 -04:00
..
archive_ro.rs Use object instead of LLVM for reading bitcode from rlibs 2022-07-25 16:07:23 +00:00
diagnostic.rs make opt diagnostic kinds printable 2023-07-14 11:11:59 +00:00
ffi.rs debuginfo: add compiler option to allow compressed debuginfo sections 2023-09-08 10:45:29 -04:00
mod.rs Recognize AIX style archive kind 2023-04-19 11:10:47 +08:00