mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:29:51 +00:00
[CMake] Add the gold plugin before clang
This is needed to connect dependencies between the LLVMgold plugin and the clang stage-2 builds due to limitations in ExternalProject_Add. Patch by Mike Edwards Differential Revision: http://reviews.llvm.org/D17655 llvm-svn: 262067
This commit is contained in:
parent
a8b39698e1
commit
958c8b1938
@ -34,6 +34,7 @@ endif()
|
||||
# requires targets specified in DEPENDS to exist before the call to
|
||||
# ExternalProject_Add.
|
||||
add_llvm_tool_subdirectory(lto)
|
||||
add_llvm_tool_subdirectory(gold)
|
||||
add_llvm_tool_subdirectory(llvm-ar)
|
||||
add_llvm_tool_subdirectory(llvm-config)
|
||||
add_llvm_tool_subdirectory(llvm-profdata)
|
||||
|
Loading…
Reference in New Issue
Block a user