This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizers] UBSan unreachable incompatible with Kernel ASan
ClosedPublic

Authored by yln on Feb 4 2019, 1:49 PM.

Diff Detail

Repository
rC Clang

Event Timeline

yln created this revision.Feb 4 2019, 1:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 4 2019, 1:49 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
yln added a project: Restricted Project.
vsk accepted this revision.Feb 4 2019, 2:09 PM

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
eugenis accepted this revision.Feb 4 2019, 2:20 PM

LGTM

This revision was automatically updated to reflect the committed changes.