forked from OSchip/llvm-project
More missing llvm-lto2 dependencies
Follow-on to r278341: Update CMakeLists.txt to match LLVMBuild.txt llvm-svn: 278349
This commit is contained in:
parent
30526070ab
commit
fdfde19985
|
@ -1,8 +1,10 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
Core
|
||||
LTO
|
||||
Object
|
||||
Support
|
||||
Target
|
||||
)
|
||||
|
||||
add_llvm_tool(llvm-lto2
|
||||
|
|
Loading…
Reference in New Issue