[PATCH] D52802: [hwasan] Fix top PC in error stack trace being off by 1 instruction.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 2 14:26:24 PDT 2018
eugenis added a comment.
No test because I don't see a reliable way to trigger bad debug info for the previous instruction with a C/C++ source...
With this change, tests pass both before and after https://reviews.llvm.org/D52125
https://reviews.llvm.org/D52802
More information about the llvm-commits
mailing list