mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-14 15:28:20 +00:00
Install the obj2yaml
and yaml2obj
utilities together with other LLVM tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214191 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3,6 +3,6 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
Support
|
Support
|
||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_utility(obj2yaml
|
add_llvm_tool(obj2yaml
|
||||||
obj2yaml.cpp coff2yaml.cpp elf2yaml.cpp Error.cpp
|
obj2yaml.cpp coff2yaml.cpp elf2yaml.cpp Error.cpp
|
||||||
)
|
)
|
||||||
|
@@ -14,7 +14,4 @@ LINK_COMPONENTS := object
|
|||||||
# This tool has no plugins, optimize startup time.
|
# This tool has no plugins, optimize startup time.
|
||||||
TOOL_NO_EXPORTS = 1
|
TOOL_NO_EXPORTS = 1
|
||||||
|
|
||||||
# Don't install this utility
|
|
||||||
NO_INSTALL = 1
|
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@@ -4,7 +4,7 @@ set(LLVM_LINK_COMPONENTS
|
|||||||
Support
|
Support
|
||||||
)
|
)
|
||||||
|
|
||||||
add_llvm_utility(yaml2obj
|
add_llvm_tool(yaml2obj
|
||||||
yaml2obj.cpp
|
yaml2obj.cpp
|
||||||
yaml2coff.cpp
|
yaml2coff.cpp
|
||||||
yaml2elf.cpp
|
yaml2elf.cpp
|
||||||
|
@@ -14,7 +14,4 @@ LINK_COMPONENTS := object
|
|||||||
# This tool has no plugins, optimize startup time.
|
# This tool has no plugins, optimize startup time.
|
||||||
TOOL_NO_EXPORTS = 1
|
TOOL_NO_EXPORTS = 1
|
||||||
|
|
||||||
# Don't install this utility
|
|
||||||
NO_INSTALL = 1
|
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Reference in New Issue
Block a user