[PATCH] D140770: [dfsan] Support AArch64

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 29 19:10:59 PST 2022


MaskRay created this revision.
MaskRay added reviewers: Sanitizers, browneee, vitalybuka.
Herald added subscribers: Enna1, StephenFan, pengfei, hiraditya, kristof.beyls.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added projects: Sanitizers, LLVM.
Herald added a subscriber: llvm-commits.

If we change test/dfsan/lit.cfg.py to allow Linux aarch64, all tests except
interceptors.c will pass.

test/dfsan/origin_invalid.c uses x86_64 assembly. Just make it x86_64 specific.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140770

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140770.485660.patch
Type: text/x-patch
Size: 5642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221230/8f4d5b77/attachment.bin>


More information about the llvm-commits mailing list