[PATCH] D35085: Respect exitcode sanitizer option in UBSan
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 16:08:03 PDT 2017
fjricci added a comment.
There's a further complication with intercepting in UBSan - there doesn't seem to be a way to tell whether you're building standalone at compile time (although I could add a cmake define for that), so the UBSan interceptor will conflict with the TSan/ASan interceptor.
https://reviews.llvm.org/D35085
More information about the llvm-commits
mailing list