A prior refactoring accidentally dropped the case for using libc++abi as
the out-of-tree C++ runtime library for sanitizers. This patch restores
that functionality, which is used by Android, which can't depend on the
full libc++ for these libraries.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
CMakeLists.txt | ||
---|---|---|
356 ↗ | (On Diff #154892) | Should the name be libc++abi for consistency with libc++ above? |
Comment Actions
Thanks for the quick review.
CMakeLists.txt | ||
---|---|---|
356 ↗ | (On Diff #154892) | The original naming was libcxxabi, so I am restoring that (in case anyone else is also using it). |