21 lines
317 B
Text
21 lines
317 B
Text
|
set(LLVM_TARGET_DEFINITIONS Options.td)
|
||
|
tablegen(LLVM Options.inc -gen-opt-parser-defs)
|
||
|
add_public_tablegen_target(MinGWOptionsTableGen)
|
||
|
|
||
|
add_lld_library(lldMinGW
|
||
|
Driver.cpp
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Option
|
||
|
Support
|
||
|
TargetParser
|
||
|
|
||
|
LINK_LIBS
|
||
|
lldCOFF
|
||
|
lldCommon
|
||
|
|
||
|
DEPENDS
|
||
|
MinGWOptionsTableGen
|
||
|
intrinsics_gen
|
||
|
)
|