[llvm] a395892 - [gn build] Port c336c983bcd9

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 22:09:47 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-06-06T05:06:30Z
New Revision: a39589282093ec891a08815751ebe6265a9daf3e

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

LOG: [gn build] Port c336c983bcd9

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 4aec3f9dace41..0fa576aeb7aec 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
@@ -16,6 +16,7 @@ unittest("SerializationTests") {
   sources = [
     "InMemoryModuleCacheTest.cpp",
     "ModuleCacheTest.cpp",
+    "NoCommentsTest.cpp",
     "SourceLocationEncodingTest.cpp",
     "VarDeclConstantInitTest.cpp",
   ]


        


More information about the llvm-commits mailing list