[llvm] [DebugInfo][RemoveDIs] Support DPValues in HWAsan (PR #78731)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 13:46:07 PST 2024


================
@@ -578,6 +578,8 @@ bool AArch64StackTagging::runOnFunction(Function &Fn) {
     // Fixup debug intrinsics to point to the new alloca.
     for (auto *DVI : Info.DbgVariableIntrinsics)
       DVI->replaceVariableLocationOp(OldAI, Info.AI);
+    for (auto *DPV : Info.DbgVariableRecords)
----------------
fmayer wrote:

I re-rean this with `-DLLVM_EXPERIMENTAL_DEBUGINFO_ITERATORS=On` in the CMake but it still passes if I comment out these lines.

https://github.com/llvm/llvm-project/pull/78731


More information about the llvm-commits mailing list