summaryrefslogtreecommitdiff
path: root/lld/MinGW/CMakeLists.txt
blob: 35eb6f89f531a1e1155b229bb85cc4fda4239bc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
)