2015-07-25 05:03:07 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Options.td)
|
|
|
|
tablegen(LLVM Options.inc -gen-opt-parser-defs)
|
|
|
|
add_public_tablegen_target(ELFOptionsTableGen)
|
|
|
|
|
|
|
|
add_llvm_library(lldELF2
|
|
|
|
Chunks.cpp
|
|
|
|
Driver.cpp
|
|
|
|
DriverUtils.cpp
|
2015-08-06 23:08:23 +08:00
|
|
|
Error.cpp
|
2015-07-25 05:03:07 +08:00
|
|
|
InputFiles.cpp
|
|
|
|
SymbolTable.cpp
|
|
|
|
Symbols.cpp
|
|
|
|
Writer.cpp
|
|
|
|
|
|
|
|
LINK_COMPONENTS
|
|
|
|
Object
|
|
|
|
Option
|
2015-08-12 08:00:24 +08:00
|
|
|
MC
|
2015-07-25 05:03:07 +08:00
|
|
|
Support
|
|
|
|
)
|
|
|
|
|
|
|
|
add_dependencies(lldELF2 ELFOptionsTableGen)
|