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 28ba16c commit fc3b267Copy full SHA for fc3b267
llvm/lib/ExecutionEngine/Orc/Core.cpp
@@ -2594,7 +2594,7 @@ void ExecutionSession::OL_completeLookup(
2594
}
2595
2596
2597
- LLVM_DEBUG(dbgs() << "Stripping unmatched weakly-refererced symbols\n");
+ LLVM_DEBUG(dbgs() << "Stripping unmatched weakly-referenced symbols\n");
2598
IPLS->LookupSet.forEachWithRemoval(
2599
[&](const SymbolStringPtr &Name, SymbolLookupFlags SymLookupFlags) {
2600
if (SymLookupFlags == SymbolLookupFlags::WeaklyReferencedSymbol) {
0 commit comments