2017-09-12 01:02:59 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Options.td)
|
|
|
|
tablegen(LLVM Options.inc -gen-opt-parser-defs)
|
2017-09-12 06:03:49 +08:00
|
|
|
add_public_tablegen_target(MinGWOptionsTableGen)
|
2017-09-12 01:02:59 +08:00
|
|
|
|
|
|
|
if(NOT LLD_BUILT_STANDALONE)
|
|
|
|
set(tablegen_deps intrinsics_gen)
|
|
|
|
endif()
|
|
|
|
|
|
|
|
add_lld_library(lldMinGW
|
|
|
|
Driver.cpp
|
|
|
|
|
2017-09-12 08:01:07 +08:00
|
|
|
LINK_COMPONENTS
|
|
|
|
Option
|
2017-10-12 07:18:43 +08:00
|
|
|
Support
|
2017-09-12 08:01:07 +08:00
|
|
|
|
2017-09-12 01:02:59 +08:00
|
|
|
LINK_LIBS
|
2017-09-12 06:03:49 +08:00
|
|
|
lldCOFF
|
2017-12-14 04:39:02 +08:00
|
|
|
lldCommon
|
2017-09-12 01:02:59 +08:00
|
|
|
|
|
|
|
DEPENDS
|
2017-09-12 06:03:49 +08:00
|
|
|
MinGWOptionsTableGen
|
2017-09-12 01:02:59 +08:00
|
|
|
${tablegen_deps}
|
|
|
|
)
|