[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:49:45 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL295540: [CMake][libcxxabi] Update the libc++ test module path (authored by phosek).

Changed prior to commit:
  https://reviews.llvm.org/D30133?vs=89011&id=89012#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D30133

Files:
  libcxxabi/trunk/CMakeLists.txt


Index: libcxxabi/trunk/CMakeLists.txt
===================================================================
--- libcxxabi/trunk/CMakeLists.txt
+++ libcxxabi/trunk/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.89012.patch
Type: text/x-patch
Size: 409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170218/da2a8f60/attachment.bin>


More information about the llvm-commits mailing list