2017-08-01 08:33:58 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
Object
|
2018-04-24 13:43:32 +08:00
|
|
|
Option
|
2017-08-01 08:33:58 +08:00
|
|
|
Support
|
|
|
|
MC
|
|
|
|
)
|
2018-04-24 13:43:32 +08:00
|
|
|
|
|
|
|
set(LLVM_TARGET_DEFINITIONS Opts.td)
|
|
|
|
|
|
|
|
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
|
|
|
|
add_public_tablegen_target(ObjcopyTableGen)
|
|
|
|
|
2017-08-01 08:33:58 +08:00
|
|
|
add_llvm_tool(llvm-objcopy
|
|
|
|
llvm-objcopy.cpp
|
|
|
|
Object.cpp
|
2018-04-24 13:43:32 +08:00
|
|
|
DEPENDS
|
|
|
|
ObjcopyTableGen
|
2017-08-01 08:33:58 +08:00
|
|
|
)
|
2017-11-03 05:43:32 +08:00
|
|
|
|
|
|
|
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
|
|
|
|
add_llvm_tool_symlink(objcopy llvm-objcopy)
|
|
|
|
endif()
|