e16eeb0094
to libclang-cpp.so similar to libLLVM.so. This is required when multiple versions of the library are loaded into the same process. (boo#1219405, boo#1221183, boo#1233220) - Require libffi when we build openmp for offloading. - Correct target name for libomptarget in file list. - Update llvm16.keyring from upstream. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm16?expand=0&rev=38
20 lines
421 B
Diff
20 lines
421 B
Diff
diff --git a/llvm/CMakeLists.txt b/llvm/CMakeLists.txt
|
|
index 04d4cf2..b698c27 100644
|
|
--- a/llvm/CMakeLists.txt
|
|
+++ b/llvm/CMakeLists.txt
|
|
@@ -1188,12 +1188,12 @@ foreach( binding ${LLVM_BINDINGS_LIST} )
|
|
endif()
|
|
endforeach()
|
|
|
|
-add_subdirectory(projects)
|
|
-
|
|
if( LLVM_INCLUDE_TOOLS )
|
|
add_subdirectory(tools)
|
|
endif()
|
|
|
|
+add_subdirectory(projects)
|
|
+
|
|
if( LLVM_INCLUDE_RUNTIMES )
|
|
add_subdirectory(runtimes)
|
|
endif()
|