[llvm] [DebugInfo][RemoveDIs] Support DPValues in HWAsan (PR #78731)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 3 14:45:03 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:
Oh thanks! I'll keep that in mind. I wanted to change this code a bit so wanted to make sure I'm actually running the tests, now I know how.
https://github.com/llvm/llvm-project/pull/78731
More information about the llvm-commits
mailing list