[PATCH] D63469: hwasan: Teach the runtime to identify the local variable being accessed in UAR reports.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 21 15:02:15 PDT 2019
eugenis added a comment.
Please check what happens in "weird" cases with dynamic stack realignment or dynamic sp adjustment. If one or both of these cases can not be handled with this debug info format, can we at least avoid getting confused by them? Are we simply missing fp-offset in the debug info if the offset is not statically known? Add a test case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63469/new/
https://reviews.llvm.org/D63469
More information about the llvm-commits
mailing list