1set(LLVM_TARGET_DEFINITIONS Options.td)
2tablegen(LLVM Options.inc -gen-opt-parser-defs)
3add_public_tablegen_target(MinGWOptionsTableGen)
4
5add_lld_library(lldMinGW
6  Driver.cpp
7
8  LINK_COMPONENTS
9  Option
10  Support
11
12  LINK_LIBS
13  lldCOFF
14  lldCommon
15
16  DEPENDS
17  MinGWOptionsTableGen
18  intrinsics_gen
19)
20