Skip to content

Commit

Permalink
Add (hopefully last) remaining missing dependences to llvm-lto2
Browse files Browse the repository at this point in the history
  • Loading branch information
teresajohnson committed Aug 11, 2016
1 parent f1ef4a3 commit a6a3520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tools/llvm-lto2/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Core
Linker
LTO
MC
Object
Support
Target
Expand Down
2 changes: 1 addition & 1 deletion tools/llvm-lto2/LLVMBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
type = Tool
name = llvm-lto2
parent = Tools
required_libraries = Core LTO Object Support all-targets
required_libraries = Core Linker LTO MC Object Support all-targets

0 comments on commit a6a3520

Please sign in to comment.