rust/tests/ui/debuginfo
Kyle Huey f5b023bd9c When the required discriminator value exceeds LLVM's limits, drop the debug info for the function instead of panicking.
The maximum discriminator value LLVM can currently encode is 2^12. If macro use
results in more than 2^12 calls to the same function attributed to the same
callsite, and those calls are MIR-inlined, we will require more than the maximum
discriminator value to completely represent the debug information. Once we reach
that point drop the debug info instead.
2024-11-19 05:19:09 -08:00
..
debuginfo_with_uninhabitable_field_and_unsized.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
debuginfo-box-with-large-allocator.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
debuginfo-emit-llvm-ir-and-split-debuginfo.rs Repair several riscv64gc-unknown-linux-gnu codegen tests 2024-06-05 09:39:14 -07:00
debuginfo-inline-callsite-location-macro-1.rs Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros. 2024-11-19 05:18:56 -08:00
debuginfo-inline-callsite-location-macro-2.rs When the required discriminator value exceeds LLVM's limits, drop the debug info for the function instead of panicking. 2024-11-19 05:19:09 -08:00
debuginfo-type-name-layout-ice-94961-1.rs TL note: current means target 2024-09-20 10:02:14 -07:00
debuginfo-type-name-layout-ice-94961-1.stderr TL note: current means target 2024-09-20 10:02:14 -07:00
debuginfo-type-name-layout-ice-94961-2.rs TL note: current means target 2024-09-20 10:02:14 -07:00
debuginfo-type-name-layout-ice-94961-2.stderr TL note: current means target 2024-09-20 10:02:14 -07:00
issue-105386-debuginfo-ub.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
late-bound-projection.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
msvc-strip-debuginfo.rs Ignore -C strip on MSVC 2024-04-05 08:18:01 +09:00
msvc-strip-symbols.rs Ignore -C strip on MSVC 2024-04-05 08:18:01 +09:00
sroa-fragment-debuginfo.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00