We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e9049 commit 7987f47Copy full SHA for 7987f47
llvm/utils/gn/secondary/clang/lib/Serialization/BUILD.gn
@@ -30,5 +30,6 @@ static_library("Serialization") {
30
"ModuleManager.cpp",
31
"ObjectFilePCHContainerReader.cpp",
32
"PCHContainerOperations.cpp",
33
+ "TemplateArgumentHasher.cpp",
34
]
35
}
llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
@@ -16,6 +16,7 @@ unittest("SerializationTests") {
16
sources = [
17
"ForceCheckFileInputTest.cpp",
18
"InMemoryModuleCacheTest.cpp",
19
+ "LoadSpecLazilyTest.cpp",
20
"ModuleCacheTest.cpp",
21
"NoCommentsTest.cpp",
22
"PreambleInNamedModulesTest.cpp",
0 commit comments