llvm19/llvm-projects-tools-order.patch
Aaron Puchert 84a2b56c53 - Update to version 19.1.6.
* This release contains bug-fixes for the LLVM 19.1.0 release.
    This release is API and ABI compatible with 19.1.0.
- Rebase llvm-do-not-install-static-libraries.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm19?expand=0&rev=15
2024-12-19 19:53:57 +00:00

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()