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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
utils
/
gn
/
secondary
/
lld
/
MinGW
/
BUILD.gn
blob
c4dca7b00d691561a39cef13db93aa7d27e7693b
1
import("//llvm/utils/TableGen/tablegen.gni")
2
3
tablegen("Options") {
4
visibility = [ ":MinGW" ]
5
args = [ "-gen-opt-parser-defs" ]
6
}
7
8
static_library("MinGW") {
9
output_name = "lldMinGW"
10
configs += [ "//llvm/utils/gn/build:lld_code" ]
11
deps = [
12
":Options",
13
"//lld/COFF",
14
"//lld/Common",
15
"//llvm/lib/Option",
16
"//llvm/lib/Support",
17
]
18
sources = [ "Driver.cpp" ]
19
}