[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
Mon Mar 22 08:02:52 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG772851ca4e50: [HWASan] Disable stack, globals and force callbacks for x86_64. (authored by morehouse).

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.332290.patch
Type: text/x-patch
Size: 13982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210322/f6b8dd52/attachment.bin>


More information about the llvm-commits mailing list