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 3c95135 commit a23f501Copy full SHA for a23f501
llvm/utils/gn/secondary/clang/lib/CodeGen/BUILD.gn
@@ -98,7 +98,7 @@ static_library("CodeGen") {
98
"MacroPPCallbacks.cpp",
99
"MicrosoftCXXABI.cpp",
100
"ModuleBuilder.cpp",
101
- "ObjectFilePCHContainerOperations.cpp",
+ "ObjectFilePCHContainerWriter.cpp",
102
"PatternInit.cpp",
103
"SanitizerMetadata.cpp",
104
"SwiftCallingConv.cpp",
llvm/utils/gn/secondary/clang/lib/Serialization/BUILD.gn
@@ -28,6 +28,7 @@ static_library("Serialization") {
28
"ModuleFile.cpp",
29
"ModuleFileExtension.cpp",
30
"ModuleManager.cpp",
31
+ "ObjectFilePCHContainerReader.cpp",
32
"PCHContainerOperations.cpp",
33
]
34
}
0 commit comments