[PATCH] D140770: [dfsan] Support Linux AArch64
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 30 10:21:01 PST 2022
MaskRay added a comment.
In D140770#4020029 <https://reviews.llvm.org/D140770#4020029>, @browneee wrote:
> Copying maps from MSan LGTM.
>
> Should this change also update test/dfsan/lit.cfg.py ?
>
> Have you tested on aarch64? or submitting to have buildbot do it?
Yes, I have tested `ninja check-dfsan` on a Ubuntu 22.04.1 aarch64 machine. All tests pass now.
If there is an aarch64 build bot testing `compiler-rt`, by default it shall test dfsan.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140770/new/
https://reviews.llvm.org/D140770
More information about the llvm-commits
mailing list