[libcxx-commits] [PATCH] D76102: Enforce that libc++ and libc++abi are built in a monorepo layout
Michał Górny via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 28 23:10:52 PDT 2020
mgorny added inline comments.
================
Comment at: libcxx/CMakeLists.txt:4
+if (NOT IS_DIRECTORY "${CMAKE_CURRENT_LIST_DIR}/../libcxxabi")
+ message(FATAL_ERROR "libc++ now requires being built in a monorepo layout with libcxxabi available")
----------------
How does this interface with using other C++ ABI libraries?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76102/new/
https://reviews.llvm.org/D76102
More information about the libcxx-commits
mailing list