rust/compiler/rustc_codegen_llvm/src
Patrick Walton 1e0ad0c1d4 Implement support for DWARF version 5.
DWARF version 5 brings a number of improvements over version 4. Quoting from
the announcement [1]:

> Version 5 incorporates improvements in many areas: better data compression,
> separation of debugging data from executable files, improved description of
> macros and source files, faster searching for symbols, improved debugging
> optimized code, as well as numerous improvements in functionality and
> performance.

On platforms where DWARF version 5 is supported (Linux, primarily), this commit
adds support for it behind a new `-Z dwarf-version=5` flag.

[1]: https://dwarfstd.org/Public_Review.php
2022-07-08 11:31:08 -07:00
..
back Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister 2022-06-21 16:24:56 +00:00
coverageinfo
debuginfo Implement support for DWARF version 5. 2022-07-08 11:31:08 -07:00
llvm Auto merge of #96862 - oli-obk:enum_cast_mir, r=RalfJung 2022-07-05 09:36:29 +00:00
abi.rs
allocator.rs
asm.rs
attributes.rs
base.rs
builder.rs Prefer trace level instrumentation for the new noisy instrument attributes 2022-07-05 09:27:06 +00:00
callee.rs Update TypeVisitor paths 2022-07-06 06:41:53 +01:00
common.rs Auto merge of #98638 - bjorn3:less_string_interning, r=tmiasko 2022-07-08 10:03:27 +00:00
consts.rs
context.rs Avoid unnecessary string interning for const_str 2022-06-28 18:38:36 +00:00
declare.rs
intrinsic.rs rustc_target: Remove some redundant target properties 2022-06-18 01:09:20 +03:00
lib.rs Avoid unnecessary string interning for const_str 2022-06-28 18:38:36 +00:00
llvm_util.rs
mono_item.rs Update TypeVisitor paths 2022-07-06 06:41:53 +01:00
type_.rs
type_of.rs Update TypeVisitor paths 2022-07-06 06:41:53 +01:00
va_arg.rs
value.rs