summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-06-04 13:42:45 +0000
committerNico Weber <nicolasweber@gmx.de>2019-06-04 13:42:45 +0000
commit92f95d219123fff91cedcac5d2aa0480faf561db (patch)
tree2dff70bebfe252b012d9c224a75a1bc36befd90b
parentdcba4828a9ead5f5b1fa27f0853823618075d0e0 (diff)
downloadbcm5719-llvm-92f95d219123fff91cedcac5d2aa0480faf561db.tar.gz
bcm5719-llvm-92f95d219123fff91cedcac5d2aa0480faf561db.zip
gn build: Merge r362459
llvm-svn: 362498
-rw-r--r--llvm/utils/gn/secondary/clang/lib/Lex/BUILD.gn1
-rw-r--r--llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/lib/Lex/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Lex/BUILD.gn
index 2934e9cfcdf..e38bfb75afe 100644
--- a/llvm/utils/gn/secondary/clang/lib/Lex/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Lex/BUILD.gn
@@ -6,6 +6,7 @@ static_library("Lex") {
"//llvm/lib/Support",
]
sources = [
+ "DependencyDirectivesSourceMinimizer.cpp",
"HeaderMap.cpp",
"HeaderSearch.cpp",
"Lexer.cpp",
diff --git a/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
index 63180cb9953..3c79748808a 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
@@ -11,6 +11,7 @@ unittest("LexTests") {
"//llvm/lib/Support",
]
sources = [
+ "DependencyDirectivesSourceMinimizerTest.cpp",
"HeaderMapTest.cpp",
"HeaderSearchTest.cpp",
"LexerTest.cpp",
OpenPOWER on IntegriCloud