[llvm] 1e48ed3 - [gn build] Port 89aad1e6a397

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 31 18:04:43 PST 2022


Author: LLVM GN Syncbot
Date: 2023-01-01T01:57:45Z
New Revision: 1e48ed3932496b16f27e9aff866a90e6d99ead34

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

LOG: [gn build] Port 89aad1e6a397

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
index 2f0b67381a891..841c12978d072 100644
--- a/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Format/BUILD.gn
@@ -16,6 +16,7 @@ static_library("Format") {
     "Format.cpp",
     "FormatToken.cpp",
     "FormatTokenLexer.cpp",
+    "IntegerLiteralSeparatorFixer.cpp",
     "MacroCallReconstructor.cpp",
     "MacroExpander.cpp",
     "NamespaceEndCommentsFixer.cpp",

diff  --git a/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Format/BUILD.gn
index f035b96c2426c..a8eb4d6d2ccdc 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",
+    "IntegerLiteralSeparatorTest.cpp",
     "MacroCallReconstructorTest.cpp",
     "MacroExpanderTest.cpp",
     "NamespaceEndCommentsFixerTest.cpp",


        


More information about the llvm-commits mailing list