[llvm] [DebugInfo][RemoveDIs] Support DPValues in HWAsan (PR #78731)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 13:04:31 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:
This seems untested. I can comment this out and
```
build/bin/llvm-lit -v llvm/test/CodeGen/AArch64/
```
still passes.
https://github.com/llvm/llvm-project/pull/78731
More information about the llvm-commits
mailing list