diff options
author | Vitaly Buka <vitalybuka@google.com> | 2024-01-20 13:37:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 13:37:38 -0800 |
commit | aaa7de1fc9255f489e760c3449efde9c07ddb1cb (patch) | |
tree | a6b3f534e4698e1a8b2365c3b879df294fbc722d /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 2fc2ee136c0183f40af4c0e7a8d27092b8ce3415 (diff) | |
download | llvm-aaa7de1fc9255f489e760c3449efde9c07ddb1cb.zip llvm-aaa7de1fc9255f489e760c3449efde9c07ddb1cb.tar.gz llvm-aaa7de1fc9255f489e760c3449efde9c07ddb1cb.tar.bz2 |
[libc++][hardening] XFAIL test in fast mode under HWASAN (#78862)
After #77883, `fast` mode uses TRAP, and HWASAN
replaces TRAP with abort or error exit code.
On a quick looks it should be possible to avoid doing
that in HWASAN, but historically this is convention for all
sanitizers. Changing this behavior may break existing
users.
Other sanitizers are not affected because they don't
install TRAP handlers by default. But if they do, they also
replace TRAP with abort/exit.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions