[libcxxabi] r295540 - [CMake][libcxxabi] Update the libc++ test module path

Petr Hosek via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 17 20:37:59 PST 2017


Author: phosek
Date: Fri Feb 17 22:37:59 2017
New Revision: 295540

URL: http://llvm.org/viewvc/llvm-project?rev=295540&view=rev
Log:
[CMake][libcxxabi] Update the libc++ test module path

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.

Differential Revision: https://reviews.llvm.org/D30133

Modified:
    libcxxabi/trunk/CMakeLists.txt

Modified: libcxxabi/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/CMakeLists.txt?rev=295540&r1=295539&r2=295540&view=diff
==============================================================================
--- libcxxabi/trunk/CMakeLists.txt (original)
+++ libcxxabi/trunk/CMakeLists.txt Fri Feb 17 22:37:59 2017
@@ -190,7 +190,7 @@ set(LIBCXXABI_LIBCXX_INCLUDES "${LIBCXXA
 
 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}




More information about the cfe-commits mailing list