[memprof] Use a new constructor of IndexedAllocationInfo (NFC) (#116920)
[llvm-project.git] / lld / MinGW / CMakeLists.txt
blob35eb6f89f531a1e1155b229bb85cc4fda4239bc7
1 set(LLVM_TARGET_DEFINITIONS Options.td)
2 tablegen(LLVM Options.inc -gen-opt-parser-defs)
3 add_public_tablegen_target(MinGWOptionsTableGen)
5 add_lld_library(lldMinGW
6   Driver.cpp
8   LINK_COMPONENTS
9   Option
10   Support
11   TargetParser
13   LINK_LIBS
14   lldCOFF
15   lldCommon
17   DEPENDS
18   MinGWOptionsTableGen
19   intrinsics_gen