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 6b77e67 commit a74247eCopy full SHA for a74247e
swift/extractor/invocation/SwiftInvocationExtractor.cpp
@@ -106,7 +106,8 @@ void replaceMergedModulesImplementation(const SwiftExtractorState& state,
106
getTrapPath(state, mergedPartTarget, TrapType::linkage),
107
fs::copy_options::overwrite_existing, ec);
108
if (ec) {
109
- std::cerr << "unable to replace merged module trap implementation id (" << ec.message() << ")";
+ std::cerr << "unable to replace trap implementation id for merged module '" << name << "' ("
110
+ << ec.message() << ")";
111
}
112
113
0 commit comments