summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-08-26 19:27:26 +0000
committerNico Weber <nicolasweber@gmx.de>2019-08-26 19:27:26 +0000
commit09df43ca4b235386823a00d07d49dc57910c663c (patch)
tree2845f7e5f827845feb9d7f32e9de7587b7ad363a
parent18db4e9ae151211085e6f2e19b55d17a1998e692 (diff)
downloadbcm5719-llvm-09df43ca4b235386823a00d07d49dc57910c663c.tar.gz
bcm5719-llvm-09df43ca4b235386823a00d07d49dc57910c663c.zip
gn build: Merge r369918
llvm-svn: 369953
-rw-r--r--llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/BUILD.gn1
-rw-r--r--llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/BUILD.gn
index 415e0fc7f29..615d5d29c2b 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/BUILD.gn
@@ -34,5 +34,6 @@ static_library("clang-tidy") {
"ClangTidyOptions.cpp",
"ClangTidyProfiling.cpp",
"ExpandModularHeadersPPCallbacks.cpp",
+ "GlobList.cpp",
]
}
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn
index 7d1f2564589..20207836dd1 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn
@@ -25,6 +25,7 @@ unittest("ClangTidyTests") {
sources = [
"ClangTidyDiagnosticConsumerTest.cpp",
"ClangTidyOptionsTest.cpp",
+ "GlobListTest.cpp",
"GoogleModuleTest.cpp",
"IncludeInserterTest.cpp",
"LLVMModuleTest.cpp",
OpenPOWER on IntegriCloud