This revision was automatically updated to reflect the committed changes.
Closed by commit rC353120: [Sanitizers] UBSan unreachable incompatible with
Kernel ASan (authored by yln, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57711?vs=185153&id=185178#toc
Repository:
rC
eugenis accepted this revision.
eugenis added a comment.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57711/new/
https://reviews.llvm.org/D57711
___
cfe-commits mailing list
cfe-commits@lists.llv
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
LGTM, thanks. It might make sense to add a predicate to SanitizerSet to make it
easier to check when ASan is enabled, either pre-commit or as a follow-up.
Repository:
rG LLVM Github Monorepo
CHA
yln created this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This is a follow up for https://reviews.llvm.org/D57278. The previous
revision should have also included Kernel ASan.
rdar://problem/40723397
Repository:
rG LLVM Github Monorepo
https://reviews.