mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Serialization] Fix serializing CompilerPluginExecutablePaths values
rdar://110068048
This commit is contained in:
@@ -1150,7 +1150,7 @@ void Serializer::writeHeader(const SerializationOptions &options) {
|
||||
|
||||
options_block::CompilerPluginExecutablePathLayout
|
||||
CompilerPluginExecutablePath(Out);
|
||||
for (auto Arg : options.CompilerPluginLibraryPaths) {
|
||||
for (auto Arg : options.CompilerPluginExecutablePaths) {
|
||||
CompilerPluginExecutablePath.emit(ScratchRecord, Arg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user