[gn build] Port 20e9049509

This commit is contained in:
LLVM GN Syncbot
2024-12-11 01:41:16 +00:00
parent 20e9049509
commit 7987f478be
2 changed files with 2 additions and 0 deletions

View File

@@ -30,5 +30,6 @@ static_library("Serialization") {
"ModuleManager.cpp",
"ObjectFilePCHContainerReader.cpp",
"PCHContainerOperations.cpp",
"TemplateArgumentHasher.cpp",
]
}

View File

@@ -16,6 +16,7 @@ unittest("SerializationTests") {
sources = [
"ForceCheckFileInputTest.cpp",
"InMemoryModuleCacheTest.cpp",
"LoadSpecLazilyTest.cpp",
"ModuleCacheTest.cpp",
"NoCommentsTest.cpp",
"PreambleInNamedModulesTest.cpp",