[compiler-rt] r244635 - Revert part of the last cmake change, it broke configuring with libcxx on Linux for me

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 10:22:06 PDT 2015


Author: rnk
Date: Tue Aug 11 12:22:06 2015
New Revision: 244635

URL: http://llvm.org/viewvc/llvm-project?rev=244635&view=rev
Log:
Revert part of the last cmake change, it broke configuring with libcxx on Linux for me

Modified:
    compiler-rt/trunk/CMakeLists.txt

Modified: compiler-rt/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/CMakeLists.txt?rev=244635&r1=244634&r2=244635&view=diff
==============================================================================
--- compiler-rt/trunk/CMakeLists.txt (original)
+++ compiler-rt/trunk/CMakeLists.txt Tue Aug 11 12:22:06 2015
@@ -348,7 +348,7 @@ pythonize_bool(SANITIZER_CAN_USE_CXXABI)
 
 add_subdirectory(include)
 
-find_llvm_external_project(projects libcxx COMPILER_RT_LIBCXX_PATH)
+set(COMPILER_RT_LIBCXX_PATH ${LLVM_MAIN_SRC_DIR}/projects/libcxx)
 if(EXISTS ${COMPILER_RT_LIBCXX_PATH}/)
   set(COMPILER_RT_HAS_LIBCXX_SOURCES TRUE)
 else()




More information about the llvm-commits mailing list