[llvm] 548678e - [gn build] Port b5bd19211118

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 5 19:07:28 PST 2024


Author: LLVM GN Syncbot
Date: 2024-12-06T02:54:53Z
New Revision: 548678ef84bad940caf1610287d7a0e3bdfdae61

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

LOG: [gn build] Port b5bd19211118

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Serialization/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Serialization/BUILD.gn
index 8d8b0178cecce0..c6a725ea9d26b3 100644
--- a/llvm/utils/gn/secondary/clang/lib/Serialization/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Serialization/BUILD.gn
@@ -30,5 +30,6 @@ static_library("Serialization") {
     "ModuleManager.cpp",
     "ObjectFilePCHContainerReader.cpp",
     "PCHContainerOperations.cpp",
+    "TemplateArgumentHasher.cpp",
   ]
 }

diff  --git a/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
index 3b7ba10c49c212..f2ad1dcdacc7ff 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 = [
     "ForceCheckFileInputTest.cpp",
     "InMemoryModuleCacheTest.cpp",
+    "LoadSpecLazilyTest.cpp",
     "ModuleCacheTest.cpp",
     "NoCommentsTest.cpp",
     "PreambleInNamedModulesTest.cpp",


        


More information about the llvm-commits mailing list