Skip to content

Commit

Permalink
Install the obj2yaml and yaml2obj utilities together with other L…
Browse files Browse the repository at this point in the history
…LVM tools.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214191 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
atanasyan committed Jul 29, 2014
1 parent 23ab342 commit e2c33c3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tools/obj2yaml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
3 changes: 0 additions & 3 deletions tools/obj2yaml/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tools/yaml2obj/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(LLVM_LINK_COMPONENTS
Support
)

add_llvm_utility(yaml2obj
add_llvm_tool(yaml2obj
yaml2obj.cpp
yaml2coff.cpp
yaml2elf.cpp
Expand Down
3 changes: 0 additions & 3 deletions tools/yaml2obj/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e2c33c3

Please sign in to comment.