aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2024-01-20 13:37:38 -0800
committerGitHub <noreply@github.com>2024-01-20 13:37:38 -0800
commitaaa7de1fc9255f489e760c3449efde9c07ddb1cb (patch)
treea6b3f534e4698e1a8b2365c3b879df294fbc722d /clang/lib/Frontend/CompilerInvocation.cpp
parent2fc2ee136c0183f40af4c0e7a8d27092b8ce3415 (diff)
downloadllvm-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