[PATCH] D45270: [CMake] Support for monorepo layout

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 4 11:01:50 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL329212: [CMake] Support for monorepo layout (authored by phosek, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D45270?vs=140990&id=140998#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45270

Files:
  libunwind/trunk/CMakeLists.txt


Index: libunwind/trunk/CMakeLists.txt
===================================================================
--- libunwind/trunk/CMakeLists.txt
+++ libunwind/trunk/CMakeLists.txt
@@ -332,6 +332,7 @@
   __libcpp_version
   PATHS ${LLVM_MAIN_SRC_DIR}/projects/libcxx/include
         ${LLVM_MAIN_SRC_DIR}/runtimes/libcxx/include
+        ${LLVM_MAIN_SRC_DIR}/../libcxx/include
   NO_DEFAULT_PATH
   NO_CMAKE_FIND_ROOT_PATH
   )


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45270.140998.patch
Type: text/x-patch
Size: 423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180404/ed16dedb/attachment.bin>


More information about the cfe-commits mailing list