mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-11 07:15:26 +00:00
[CMake] Move llvm-shlib in prior to other tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221590 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e1e1392e13
commit
c305163d14
@ -8,6 +8,12 @@ else(WITH_POLLY)
|
|||||||
list(APPEND LLVM_IMPLICIT_PROJECT_IGNORE "${LLVM_MAIN_SRC_DIR}/tools/polly")
|
list(APPEND LLVM_IMPLICIT_PROJECT_IGNORE "${LLVM_MAIN_SRC_DIR}/tools/polly")
|
||||||
endif(WITH_POLLY)
|
endif(WITH_POLLY)
|
||||||
|
|
||||||
|
if( LLVM_BUILD_LLVM_DYLIB )
|
||||||
|
add_llvm_tool_subdirectory(llvm-shlib)
|
||||||
|
else()
|
||||||
|
ignore_llvm_tool_subdirectory(llvm-shlib)
|
||||||
|
endif()
|
||||||
|
|
||||||
add_llvm_tool_subdirectory(opt)
|
add_llvm_tool_subdirectory(opt)
|
||||||
add_llvm_tool_subdirectory(llvm-as)
|
add_llvm_tool_subdirectory(llvm-as)
|
||||||
add_llvm_tool_subdirectory(llvm-dis)
|
add_llvm_tool_subdirectory(llvm-dis)
|
||||||
@ -74,12 +80,6 @@ else()
|
|||||||
ignore_llvm_tool_subdirectory(gold)
|
ignore_llvm_tool_subdirectory(gold)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if( LLVM_BUILD_LLVM_DYLIB )
|
|
||||||
add_llvm_tool_subdirectory(llvm-shlib)
|
|
||||||
else()
|
|
||||||
ignore_llvm_tool_subdirectory(llvm-shlib)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_llvm_external_project(clang)
|
add_llvm_external_project(clang)
|
||||||
|
|
||||||
if( NOT LLVM_INCLUDE_TOOLS STREQUAL "bootstrap-only" )
|
if( NOT LLVM_INCLUDE_TOOLS STREQUAL "bootstrap-only" )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user