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 12bdeba commit 1d95825Copy full SHA for 1d95825
llvm/utils/gn/secondary/clang/lib/Serialization/BUILD.gn
@@ -30,6 +30,5 @@ 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,7 +16,6 @@ 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