[llvm] 93736d4 - [gn build] Port 17059753f133

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 05:58:45 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-10-27T12:53:30Z
New Revision: 93736d416ad6b16ea9dc7532bd721b6675bf4de2

URL: https://github.com/llvm/llvm-project/commit/93736d416ad6b16ea9dc7532bd721b6675bf4de2
DIFF: https://github.com/llvm/llvm-project/commit/93736d416ad6b16ea9dc7532bd721b6675bf4de2.diff

LOG: [gn build] Port 17059753f133

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
index 688f8f63ed97c..a664d8b3853ab 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -11,6 +11,7 @@ unittest("FormatTests") {
     "//llvm/lib/Support",
   ]
   sources = [
+    "BracesInserterTest.cpp",
     "CleanupTest.cpp",
     "DefinitionBlockSeparatorTest.cpp",
     "FormatTest.cpp",


        


More information about the llvm-commits mailing list