brintos

brintos / llvm-project-archived public Read only

0
0
Text · 317 B · 35eb6f8 Raw
21 lines · plain
1set(LLVM_TARGET_DEFINITIONS Options.td)2tablegen(LLVM Options.inc -gen-opt-parser-defs)3add_public_tablegen_target(MinGWOptionsTableGen)4 5add_lld_library(lldMinGW6  Driver.cpp7 8  LINK_COMPONENTS9  Option10  Support11  TargetParser12 13  LINK_LIBS14  lldCOFF15  lldCommon16 17  DEPENDS18  MinGWOptionsTableGen19  intrinsics_gen20)21