[PATCH] D45269: [CMake] Support for monorepo layout
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 4 10:44:02 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL329208: [CMake] Support for monorepo layout (authored by phosek, committed by ).
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D45269?vs=140989&id=140992#toc
Repository:
rL LLVM
https://reviews.llvm.org/D45269
Files:
libcxxabi/trunk/CMakeLists.txt
Index: libcxxabi/trunk/CMakeLists.txt
===================================================================
--- libcxxabi/trunk/CMakeLists.txt
+++ libcxxabi/trunk/CMakeLists.txt
@@ -99,6 +99,7 @@
set(LIBCXXABI_LIBCXX_SRC_DIRS
"${LLVM_MAIN_SRC_DIR}/projects/libcxx"
"${LLVM_MAIN_SRC_DIR}/runtimes/libcxx"
+ "${LLVM_MAIN_SRC_DIR}/../libcxx"
)
endif()
@@ -426,6 +427,7 @@
${CMAKE_BINARY_DIR}/${LIBCXXABI_LIBUNWIND_INCLUDES}
${LLVM_MAIN_SRC_DIR}/projects/libunwind/include
${LLVM_MAIN_SRC_DIR}/runtimes/libunwind/include
+ ${LLVM_MAIN_SRC_DIR}/../libunwind/include
NO_DEFAULT_PATH
NO_CMAKE_FIND_ROOT_PATH
)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45269.140992.patch
Type: text/x-patch
Size: 680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180404/030f275a/attachment.bin>
More information about the cfe-commits
mailing list