0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-28 09:36:05 +01:00
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
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
debuginfo-inline-callsite-location-macro-1.rs
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
debuginfo-type-name-layout-ice-94961-1.stderr
debuginfo-type-name-layout-ice-94961-2.rs
debuginfo-type-name-layout-ice-94961-2.stderr
issue-105386-debuginfo-ub.rs
late-bound-projection.rs
msvc-strip-debuginfo.rs Ignore -C strip on MSVC 2024-04-05 08:18:01 +09:00
msvc-strip-symbols.rs
sroa-fragment-debuginfo.rs