[PATCH] D57278: [Sanitizers] UBSan unreachable incompatible with ASan in the presence of `noreturn` calls
Vedant Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 28 17:41:52 PST 2019
vsk added a comment.
Is it necessary to remove visitation of 'noreturn' call sites from ASan? I'd expect that to break non-C frontends which emit noreturn calls (rust/swift?).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57278/new/
https://reviews.llvm.org/D57278
More information about the cfe-commits
mailing list