[PATCH] D38340: [ubsan] Remove ubsan_standalone_cxx shared library.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 27 17:11:02 PDT 2017
eugenis added a comment.
Note that Clang driver never links UBSan as a shared library, which means that this configuration is completely untested and also that this change is 100% safe.
This build rule was added in https://reviews.llvm.org/D33216.
I'm working on Android testing for ubsan-standalone that would exercise this library.
https://reviews.llvm.org/D38340
More information about the llvm-commits
mailing list