rust/src/test/ui/debuginfo
David Wood cf2c492ef8 session: stabilize split debuginfo on linux
Stabilize the `-Csplit-debuginfo` flag...

- ...on Linux for all values of the flag. Split DWARF has been
  implemented for a few months, hasn't had any bug reports and has had
  some promising benchmarking for incremental debug build performance.
- ..on other platforms for the default value. It doesn't make any sense
  that `-Csplit-debuginfo=packed` is unstable on Windows MSVC when
  that's the default behaviour, but keep the other values unstable.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-08-18 15:19:40 +01:00
..
debuginfo-box-with-large-allocator.rs only emit pointer-like metadata for BZST-allocator Box 2022-03-07 23:06:59 -08:00
debuginfo-emit-llvm-ir-and-split-debuginfo.rs session: stabilize split debuginfo on linux 2022-08-18 15:19:40 +01:00
debuginfo-type-name-layout-ice-94961-1.rs debuginfo: Fix ICE when generating name for type that produces a layout error. 2022-03-16 15:57:33 +01:00
debuginfo-type-name-layout-ice-94961-1.stderr debuginfo: Fix ICE when generating name for type that produces a layout error. 2022-03-16 15:57:33 +01:00
debuginfo-type-name-layout-ice-94961-2.rs debuginfo: Fix ICE when generating name for type that produces a layout error. 2022-03-16 15:57:33 +01:00
debuginfo-type-name-layout-ice-94961-2.stderr debuginfo: Fix ICE when generating name for type that produces a layout error. 2022-03-16 15:57:33 +01:00
debuginfo_with_uninhabitable_field_and_unsized.rs only emit pointer-like metadata for BZST-allocator Box 2022-03-07 23:06:59 -08:00
late-bound-projection.rs erase late-bound regions in dyn projection types for debuginfo 2022-03-16 11:56:29 -07:00