[llvm] 44b2866 - [gn build] Port d725f1ce531

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 7 11:18:45 PST 2020


Author: LLVM GN Syncbot
Date: 2020-11-07T19:18:18Z
New Revision: 44b2866fca554ad916dede3b97371d2bab1d9de9

URL: https://github.com/llvm/llvm-project/commit/44b2866fca554ad916dede3b97371d2bab1d9de9
DIFF: https://github.com/llvm/llvm-project/commit/44b2866fca554ad916dede3b97371d2bab1d9de9.diff

LOG: [gn build] Port d725f1ce531

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/unittests/clang-tidy/BUILD.gn

Removed: 
    


################################################################################
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 ff6a17396c4b..ad44b01c5d2f 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
@@ -32,6 +32,7 @@ unittest("ClangTidyTests") {
     "LLVMModuleTest.cpp",
     "NamespaceAliaserTest.cpp",
     "ObjCModuleTest.cpp",
+    "OptionsProviderTest.cpp",
     "OverlappingReplacementsTest.cpp",
     "ReadabilityModuleTest.cpp",
     "TransformerClangTidyCheckTest.cpp",


        


More information about the llvm-commits mailing list