This is a follow up for https://reviews.llvm.org/D57278. The previous
revision should have also included Kernel ASan.
rdar://problem/40723397
Paths
| Differential D57711
[Sanitizers] UBSan unreachable incompatible with Kernel ASan ClosedPublic Authored by yln on Feb 4 2019, 1:49 PM.
Details Summary This is a follow up for https://reviews.llvm.org/D57278. The previous rdar://problem/40723397
Diff Detail
Event TimelineComment Actions 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. This revision is now accepted and ready to land.Feb 4 2019, 2:09 PM Closed by commit rC353120: [Sanitizers] UBSan unreachable incompatible with Kernel ASan (authored by yln). · Explain WhyFeb 4 2019, 3:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 185153 clang/lib/CodeGen/CGCall.cpp
clang/test/CodeGen/ubsan-asan-noreturn.c
llvm/test/Instrumentation/AddressSanitizer/instrument-no-return.ll
|