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 714ecbd commit d69cea0Copy full SHA for d69cea0
lib/SIL/Utils/PrettyStackTrace.cpp
@@ -96,7 +96,7 @@ void PrettyStackTraceSILFunction::printFunctionInfo(llvm::raw_ostream &out) cons
96
if (SILPrintOnError)
97
func->print(out);
98
if (SILPrintModuleOnError)
99
- func->getModule().print(out);
+ func->getModule().print(out, func->getModule().getSwiftModule());
100
}
101
102
void PrettyStackTraceSILNode::print(llvm::raw_ostream &out) const {
0 commit comments