[llvm] d1afea4 - [gn build] Port 04ed86ff1b72

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 12:41:30 PST 2023


Author: LLVM GN Syncbot
Date: 2023-01-31T20:34:49Z
New Revision: d1afea464937ee7e49b3d56c8c762aae720f2218

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

LOG: [gn build] Port 04ed86ff1b72

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 a8eb4d6d2ccdc..d97d31be3c9f8 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
@@ -29,6 +29,7 @@ unittest("FormatTests") {
     "FormatTestTableGen.cpp",
     "FormatTestTextProto.cpp",
     "FormatTestVerilog.cpp",
+    "FormatTokenSourceTest.cpp",
     "IntegerLiteralSeparatorTest.cpp",
     "MacroCallReconstructorTest.cpp",
     "MacroExpanderTest.cpp",


        


More information about the llvm-commits mailing list