Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
llvm16
llvm-projects-tools-order.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File llvm-projects-tools-order.patch of Package llvm16
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()
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor