[PATCH] D140770: [dfsan] Support Linux AArch64
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 30 10:14:36 PST 2022
MaskRay updated this revision to Diff 485711.
MaskRay retitled this revision from "[dfsan] Support AArch64" to "[dfsan] Support Linux AArch64".
MaskRay edited the summary of this revision.
MaskRay added a comment.
Fix interceptors.c (mallinfo somehow crashes.
unfortunately running the test in a debugger gives me
`==939877==ERROR: DataflowSanitizer failed to allocate 0x1600000800000 (387028101365760) bytes at address 6fffff800000 (errno: 12)`)
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.485711.patch
Type: text/x-patch
Size: 6526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221230/049d2649/attachment.bin>
More information about the llvm-commits
mailing list