[PATCH] D102901: [HWASan] Add basic stack tagging support for LAM.
Matt Morehouse via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 9 12:38:36 PDT 2021
morehouse updated this revision to Diff 350976.
morehouse added a comment.
- Privatize new member variables.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102901/new/
https://reviews.llvm.org/D102901
Files:
clang/lib/Driver/SanitizerArgs.cpp
clang/test/Driver/fsanitize.c
compiler-rt/test/hwasan/TestCases/deep-recursion.c
compiler-rt/test/hwasan/TestCases/longjmp.c
compiler-rt/test/hwasan/TestCases/mem-intrinsics.c
compiler-rt/test/hwasan/TestCases/rich-stack.c
compiler-rt/test/hwasan/TestCases/stack-history-length.c
compiler-rt/test/hwasan/TestCases/stack-oob.c
compiler-rt/test/hwasan/TestCases/stack-uar-dynamic.c
compiler-rt/test/hwasan/TestCases/stack-uar-realign.c
compiler-rt/test/hwasan/TestCases/stack-uar.c
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca-array.ll
llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca-with-calls.ll
llvm/test/Instrumentation/HWAddressSanitizer/X86/alloca.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102901.350976.patch
Type: text/x-patch
Size: 18199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210609/953d8387/attachment-0001.bin>
More information about the cfe-commits
mailing list