[PATCH] D30133: [CMake][libcxxabi] Update the libc++ test module path

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 20:43:19 PST 2017


phosek created this revision.
Herald added a subscriber: mgorny.

The libcxx/test/libcxx Python package has been moved into libcxx/utils/libcxx in r294651, but libcxxabi's CMakeLists.txt still looks for the old path.


Repository:
  rL LLVM

https://reviews.llvm.org/D30133

Files:
  CMakeLists.txt


Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -190,7 +190,7 @@
 
 find_path(
   LIBCXXABI_LIBCXX_PATH
-  test/libcxx/__init__.py
+  utils/libcxx/test/__init__.py
   PATHS ${LIBCXXABI_LIBCXX_PATH}
         ${LIBCXXABI_LIBCXX_INCLUDES}/../
         ${LIBCXXABI_LIBCXX_SRC_DIRS}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30133.89011.patch
Type: text/x-patch
Size: 361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170218/40a3fe64/attachment.bin>


More information about the llvm-commits mailing list