aboutsummaryrefslogtreecommitdiffstats
path: root/tools/yaml2obj/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/yaml2obj/CMakeLists.txt')
-rw-r--r--tools/yaml2obj/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/yaml2obj/CMakeLists.txt b/tools/yaml2obj/CMakeLists.txt
index 5e63dfb..52e9df4 100644
--- a/tools/yaml2obj/CMakeLists.txt
+++ b/tools/yaml2obj/CMakeLists.txt
@@ -1,9 +1,10 @@
set(LLVM_LINK_COMPONENTS
+ MC
Object
Support
)
-add_llvm_utility(yaml2obj
+add_llvm_tool(yaml2obj
yaml2obj.cpp
yaml2coff.cpp
yaml2elf.cpp