Skip to content

Commit 7987f47

Browse files
committed
[gn build] Port 20e9049
1 parent 20e9049 commit 7987f47

File tree

2 files changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/clang

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang/lib/Serialization/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ static_library("Serialization") {
3030
"ModuleManager.cpp",
3131
"ObjectFilePCHContainerReader.cpp",
3232
"PCHContainerOperations.cpp",
33+
"TemplateArgumentHasher.cpp",
3334
]
3435
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ unittest("SerializationTests") {
1616
sources = [
1717
"ForceCheckFileInputTest.cpp",
1818
"InMemoryModuleCacheTest.cpp",
19+
"LoadSpecLazilyTest.cpp",
1920
"ModuleCacheTest.cpp",
2021
"NoCommentsTest.cpp",
2122
"PreambleInNamedModulesTest.cpp",

0 commit comments

Comments
 (0)