projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
811688d
)
[gn build] port aa484c90cf59
author
Nico Weber
<thakis@chromium.org>
Wed, 7 Sep 2022 22:55:07 +0000
(18:55 -0400)
committer
Nico Weber
<thakis@chromium.org>
Wed, 7 Sep 2022 22:55:07 +0000
(18:55 -0400)
llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
patch
|
blob
|
history
diff --git
a/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
b/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
index 397c12baadaae5cf904e55e106c5d079bda34d11..1493bff6b16b16662c9ea7f611a203bcb466527d 100644
(file)
--- a/
llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
+++ b/
llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
@@
-9,6
+9,7
@@
unittest("LexTests") {
"//clang/lib/Parse",
"//clang/lib/Sema",
"//llvm/lib/Support",
+ "//llvm/lib/Testing/Support",
]
sources = [
"DependencyDirectivesScannerTest.cpp",
@@
-17,6
+18,7
@@
unittest("LexTests") {
"LexerTest.cpp",
"PPCallbacksTest.cpp",
"PPConditionalDirectiveRecordTest.cpp",
+ "PPDependencyDirectivesTest.cpp",
"PPMemoryAllocationsTest.cpp",
]
}