[llvm] 0a11c04 - [gn build] Port ad2bf491badb (#192461)

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 07:03:59 PDT 2026


Author: Nico Weber
Date: 2026-04-16T10:03:53-04:00
New Revision: 0a11c04f42666dfb838d08d5176b474256a8f22f

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

LOG: [gn build] Port ad2bf491badb (#192461)

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
index f8474c13f048d..4a6231c72ab18 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
@@ -14,12 +14,12 @@ unittest("SerializationTests") {
     "//llvm/lib/Support",
   ]
   sources = [
+    "CommentsTest.cpp",
     "ForceCheckFileInputTest.cpp",
     "InMemoryModuleCacheTest.cpp",
     "LoadSpecLazilyTest.cpp",
     "ModuleCacheTest.cpp",
     "NamespaceLookupTest.cpp",
-    "NoCommentsTest.cpp",
     "PreambleInNamedModulesTest.cpp",
     "SourceLocationEncodingTest.cpp",
     "VarDeclConstantInitTest.cpp",


        


More information about the llvm-commits mailing list