Path: blob/main/lang/cling/files/patch-projects_CMakeLists.txt
16147 views
--- projects/CMakeLists.txt.orig 2018-08-14 06:56:08 UTC1+++ projects/CMakeLists.txt2@@ -8,7 +8,6 @@ foreach(entry ${entries})3(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/dragonegg) AND4(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxx) AND5(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxxabi) AND6- (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libunwind) AND7(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/test-suite) AND8(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/parallel-libs) AND9(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/openmp))10@@ -27,7 +26,6 @@ if(${LLVM_BUILD_RUNTIME})11if(NOT MSVC OR LLVM_FORCE_BUILD_RUNTIME)12# Add the projects in reverse order of their dependencies so that the13# dependent projects can see the target names of their dependencies.14- add_llvm_external_project(libunwind)15add_llvm_external_project(libcxxabi)16add_llvm_external_project(libcxx)17endif()181920