[PATCH] D35085: Respect exitcode sanitizer option in UBSan
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 12 09:57:03 PDT 2017
fjricci added a comment.
I'll put up the partial solution where we respect exitcode in all sanitizers that already use interceptors when halt_on_error=0. I won't add interception to UBSan. It's unfortunate for me personally, since my codebases only use standalone UBSan, but I can understand why we wouldn't want to add interception to UBSan just for this one feature.
https://reviews.llvm.org/D35085
More information about the llvm-commits
mailing list