[PATCH] D98069: [HWASan] Disable stack, globals and force callbacks for x86_64.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 13:17:34 PST 2021


morehouse updated this revision to Diff 328630.
morehouse added a comment.

- Use per-module flags to force callbacks and disable stack.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98069/new/

https://reviews.llvm.org/D98069

Files:
  compiler-rt/test/hwasan/TestCases/deep-recursion.c
  compiler-rt/test/hwasan/TestCases/global.c
  compiler-rt/test/hwasan/TestCases/longjmp.c
  compiler-rt/test/hwasan/TestCases/mem-intrinsics.c
  compiler-rt/test/hwasan/TestCases/register-dump-no-fp.cpp
  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
  compiler-rt/test/hwasan/TestCases/use-after-free.c
  llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/test/Instrumentation/HWAddressSanitizer/X86/atomic.ll
  llvm/test/Instrumentation/HWAddressSanitizer/X86/basic.ll
  llvm/test/Instrumentation/HWAddressSanitizer/X86/kernel.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98069.328630.patch
Type: text/x-patch
Size: 13982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210305/a87554c5/attachment.bin>


More information about the llvm-commits mailing list