I copied the sanitizer-related logic in libcxx/lib/CMakeLists.txt. In
the future, it would be great to avoid duplicating this logic in the
compiler, libc++ and libc++abi.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCXXA libc++abi
Event Timeline
Comment Actions
@ldionne This looks fine to me, but I don't love the duplication.
I think this patch gives yet another reason why libc++ and libc++abi should live in the same repo.
libcxxabi/src/CMakeLists.txt | ||
---|---|---|
116 ↗ | (On Diff #168826) | We only need this configuration on Mac OS X because the Clang driver on other platforms links these libraries for us. |
libcxxabi/src/CMakeLists.txt | ||
---|---|---|
116 ↗ | (On Diff #168826) | Is this not a Clang bug, then? |