[PATCH] D140770: [dfsan] Support Linux AArch64

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 30 17:36:43 PST 2022


MaskRay updated this revision to Diff 485733.
MaskRay edited the summary of this revision.
MaskRay added a comment.

Try using SizeClassAllocator64 (see D140792 <https://reviews.llvm.org/D140792> for msan).
Change interceptors.c mallinfo to exclude aarch64 instead of only allowing x86_64.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140770

Files:
  compiler-rt/lib/dfsan/dfsan_allocator.cpp
  compiler-rt/lib/dfsan/dfsan_platform.h
  compiler-rt/test/dfsan/interceptors.c
  compiler-rt/test/dfsan/lit.cfg.py
  compiler-rt/test/dfsan/origin_invalid.c
  llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140770.485733.patch
Type: text/x-patch
Size: 6095 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221231/b153c37a/attachment.bin>


More information about the llvm-commits mailing list