mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-28 22:20:43 +00:00
build/CMake: Remove llvm-config.target used to serialize tool builds on
llvm-config build, there is no longer a point to this after Chandler's work. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143540 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
37efc9fe42
commit
89975e5542
@ -125,17 +125,6 @@ add_custom_command(OUTPUT ${LLVM_CONFIG}
|
||||
COMMENT "Building llvm-config script."
|
||||
)
|
||||
|
||||
add_custom_target(llvm-config.target ALL
|
||||
DEPENDS ${LLVM_CONFIG})
|
||||
|
||||
add_dependencies( llvm-config.target ${llvm_libs} )
|
||||
|
||||
# Make sure that llvm-config builds before the llvm tools, so we have
|
||||
# LibDeps.txt and can use it for updating the hard-coded library
|
||||
# dependencies on cmake/modules/LLVMLibDeps.cmake when the tools'
|
||||
# build fail due to outdated dependencies:
|
||||
set(LLVM_COMMON_DEPENDS ${LLVM_COMMON_DEPENDS} llvm-config.target)
|
||||
|
||||
install(FILES ${LLVM_CONFIG}
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE
|
||||
WORLD_READ WORLD_EXECUTE
|
||||
|
Loading…
Reference in New Issue
Block a user