[libcxx-commits] [PATCH] D127608: [CMake][libcxx] Support HWASan
Petr Hosek via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 13 11:54:35 PDT 2022
phosek added a comment.
In D127608#3578073 <https://reviews.llvm.org/D127608#3578073>, @ldionne wrote:
> I assume we should also add the ability to test libc++ that way? If so, let's add it (`libcxx/utils/libcxx/test/params.py:129`).
Done.
> How is HWAddress different from Address? Is it worth adding a CI job?
It uses TBI on AArch64 to reduce performance overhead. Do we have AArch64 machines in CI?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127608/new/
https://reviews.llvm.org/D127608
More information about the libcxx-commits
mailing list