summaryrefslogtreecommitdiff
path: root/tools/yaml2obj
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 11:13:32 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 11:13:32 +0000
commit3aabdebde23415b488c9b8f4f470ab3e0ec81176 (patch)
treead514c22ff809bd44da3d9a3c328dbc08f4b3657 /tools/yaml2obj
parent1f2868899adac308d84697ebf0ca423d542223fd (diff)
downloadllvm-3aabdebde23415b488c9b8f4f470ab3e0ec81176.tar.gz
llvm-3aabdebde23415b488c9b8f4f470ab3e0ec81176.tar.bz2
llvm-3aabdebde23415b488c9b8f4f470ab3e0ec81176.tar.xz
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196908 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/yaml2obj')
-rw-r--r--tools/yaml2obj/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/yaml2obj/CMakeLists.txt b/tools/yaml2obj/CMakeLists.txt
index 8d9d652246..3e2e4b1a25 100644
--- a/tools/yaml2obj/CMakeLists.txt
+++ b/tools/yaml2obj/CMakeLists.txt
@@ -1,4 +1,7 @@
-set(LLVM_LINK_COMPONENTS object)
+set(LLVM_LINK_COMPONENTS
+ Object
+ Support
+ )
add_llvm_utility(yaml2obj
yaml2obj.cpp