Add support for asan, msan, and tsan on FreeBSD on aarch64.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 46704 Build 49283: arc lint + arc unit
Event Timeline
Comment Actions
Looks like several independent patches, could you spit them, with descriptions explaining why existing values are not good enough?
Could you also add into description test names which switch from FAIL to PASS with your changes. I assume code as-is fails some tests on the platform. If not we need new tests.
Comment Actions
With TBI enabled in the system, HWASAN should also work, I've had it running some time ago
compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp | ||
---|---|---|
1836 | Sooo do we just leave this UNKNOWN?.. Shouldn't the system expose it? I wonder which sanitizers actually require it… |
Sooo do we just leave this UNKNOWN?..
Shouldn't the system expose it?
I wonder which sanitizers actually require it…