Install the `obj2yaml` and `yaml2obj` utilities together with other LLVM tools.
authorSimon Atanasyan <simon@atanasyan.com>
Tue, 29 Jul 2014 18:28:16 +0000 (18:28 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Tue, 29 Jul 2014 18:28:16 +0000 (18:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214191 91177308-0d34-0410-b5e6-96231b3b80d8

tools/obj2yaml/CMakeLists.txt
tools/obj2yaml/Makefile
tools/yaml2obj/CMakeLists.txt
tools/yaml2obj/Makefile

index f167ed5f6e87b4a5fe778831e6390f9577bb0f65..3cdac5c7487522c716add72001ee9f33510ad8e8 100644 (file)
@@ -3,6 +3,6 @@ set(LLVM_LINK_COMPONENTS
   Support
   )
 
-add_llvm_utility(obj2yaml
+add_llvm_tool(obj2yaml
   obj2yaml.cpp coff2yaml.cpp elf2yaml.cpp Error.cpp
   )
index 95f393ddd6f41fa47a2f6f6780e0f635f105a212..6cbef6998dc6cbc9c0bc073cb3471153126b6830 100644 (file)
@@ -14,7 +14,4 @@ LINK_COMPONENTS := object
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
-# Don't install this utility
-NO_INSTALL = 1
-
 include $(LEVEL)/Makefile.common
index 78e92a0680fef3eba3e0318ce5b9ac22c41bd34a..52e9df4d766ae15fdf36d9e25e65b4e123ea6348 100644 (file)
@@ -4,7 +4,7 @@ set(LLVM_LINK_COMPONENTS
   Support
   )
 
-add_llvm_utility(yaml2obj
+add_llvm_tool(yaml2obj
   yaml2obj.cpp
   yaml2coff.cpp
   yaml2elf.cpp
index 88017954087a913b92ffb40f71399f95115cd3eb..912f0e31ae7c14c2af9f767185910ab788f45c3c 100644 (file)
@@ -14,7 +14,4 @@ LINK_COMPONENTS := object
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1
 
-# Don't install this utility
-NO_INSTALL = 1
-
 include $(LEVEL)/Makefile.common