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
- rCRT Compiler Runtime
- Build Status
Buildable 20235 Build 20235: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
CMakeLists.txt | ||
---|---|---|
356 | Should the name be libc++abi for consistency with libc++ above? |
Comment Actions
Thanks for the quick review.
CMakeLists.txt | ||
---|---|---|
356 | The original naming was libcxxabi, so I am restoring that (in case anyone else is also using it). |
Should the name be libc++abi for consistency with libc++ above?