[PATCH] D140690: [compiler-rt][dfsan] Enable loongarch64 and add test support
Andrew via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 28 10:28:04 PST 2022
browneee added a comment.
In D140690#4018043 <https://reviews.llvm.org/D140690#4018043>, @SixWeining wrote:
> We notice that DFSan is a work in progress <https://clang.llvm.org/docs/DataFlowSanitizer.html#current-status>, currently under development for x86_64 Linux. So maybe we can defer the change until DFSan development is finished and there is a use case on loongarch64?
This sounds like a reasonable option.
DFSan development is now fairly mature. We don't support other platforms due to lack of demand (all the users I'm aware of are x86_64).
As a side note: I am pleased to see that the patch required to add this support is as small as I'd expect (even if we add the pieces in D140689 <https://reviews.llvm.org/D140689> not shown here atm).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140690/new/
https://reviews.llvm.org/D140690
More information about the cfe-commits
mailing list