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
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
utils
/
gn
/
secondary
/
clang
/
unittests
/
Lex
/
BUILD.gn
blob
3c79748808a7f8e09ecf209b70652b953431ed75
1
import("//llvm/utils/unittest/unittest.gni")
2
3
unittest("LexTests") {
4
configs += [ "//llvm/utils/gn/build:clang_code" ]
5
deps = [
6
"//clang/lib/AST",
7
"//clang/lib/Basic",
8
"//clang/lib/Lex",
9
"//clang/lib/Parse",
10
"//clang/lib/Sema",
11
"//llvm/lib/Support",
12
]
13
sources = [
14
"DependencyDirectivesSourceMinimizerTest.cpp",
15
"HeaderMapTest.cpp",
16
"HeaderSearchTest.cpp",
17
"LexerTest.cpp",
18
"PPCallbacksTest.cpp",
19
"PPConditionalDirectiveRecordTest.cpp",
20
]
21
}