Skip to content

Commit

Permalink
[CMake] Add the gold plugin before clang
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Chris Bieneman committed Feb 26, 2016
1 parent 142f4ca commit e50f744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/tools/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit e50f744

Please sign in to comment.