repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[memprof] Use a new constructor of IndexedAllocationInfo (NFC) (#116920)
[llvm-project.git]
/
lld
/
MinGW
/
CMakeLists.txt
blob
35eb6f89f531a1e1155b229bb85cc4fda4239bc7
1
set(LLVM_TARGET_DEFINITIONS Options.td)
2
tablegen(LLVM Options.inc -gen-opt-parser-defs)
3
add_public_tablegen_target(MinGWOptionsTableGen)
4
5
add_lld_library(lldMinGW
6
Driver.cpp
7
8
LINK_COMPONENTS
9
Option
10
Support
11
TargetParser
12
13
LINK_LIBS
14
lldCOFF
15
lldCommon
16
17
DEPENDS
18
MinGWOptionsTableGen
19
intrinsics_gen
20
)