Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/lang/cling/files/patch-projects_CMakeLists.txt
16147 views
1
--- projects/CMakeLists.txt.orig 2018-08-14 06:56:08 UTC
2
+++ projects/CMakeLists.txt
3
@@ -8,7 +8,6 @@ foreach(entry ${entries})
4
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/dragonegg) AND
5
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxx) AND
6
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxxabi) AND
7
- (NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libunwind) AND
8
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/test-suite) AND
9
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/parallel-libs) AND
10
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/openmp))
11
@@ -27,7 +26,6 @@ if(${LLVM_BUILD_RUNTIME})
12
if(NOT MSVC OR LLVM_FORCE_BUILD_RUNTIME)
13
# Add the projects in reverse order of their dependencies so that the
14
# dependent projects can see the target names of their dependencies.
15
- add_llvm_external_project(libunwind)
16
add_llvm_external_project(libcxxabi)
17
add_llvm_external_project(libcxx)
18
endif()
19
20