summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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