repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gn build: Merge r372706
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
clang
/
unittests
/
Driver
/
BUILD.gn
blob
6a91b0364416108f67aef18a49f96440081f5655
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("ClangDriverTests") {
4
configs += [ "//llvm/utils/gn/build:clang_code" ]
5
deps = [
6
"//clang/lib/Basic",
7
"//clang/lib/Driver",
8
"//llvm/lib/Option",
9
"//llvm/lib/Support",
10
"//llvm/lib/Target:TargetsToBuild",
11
]
12
sources = [
13
"DistroTest.cpp",
14
"ModuleCacheTest.cpp",
15
"MultilibTest.cpp",
16
"ToolChainTest.cpp",
17
]
18
}