[llvm] [RemoveDIs] Load into new debug info format by default in LLVM (PR #89799)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Tue May 14 02:33:06 PDT 2024
jmorse wrote:
Drive by comment as I'm very out-of-office -- #37394 has a similar error message, during which debug variable locations are implicated in an LTO / IRMover context. The story there is something to do with debug-info materializing something that doesn't have any "real" references, which feels like the kind of thing we might do by mistake with RemoveDIs.
https://github.com/llvm/llvm-project/pull/89799
More information about the llvm-commits
mailing list