Link everything, including the C++ bits, in the single
ubsan_standalone SHARED library. This matches ASan setup.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 10639 Build 10639: arc lint + arc unit
Event Timeline
Comment Actions
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.