[PATCH] D35085: Respect exitcode sanitizer option in UBSan

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 15:42:32 PDT 2017


fjricci added a comment.

The only issue I have come across is that standalone UBSan currently doesn't link against interception. If we want to intercept _exit, we'll need to add interception as a dependency. Is that something we're okay with?


https://reviews.llvm.org/D35085





More information about the llvm-commits mailing list