Skip to content

Commit fc3b267

Browse files
committed
[ORC] Fix typo in debugging output
1 parent 28ba16c commit fc3b267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/ExecutionEngine/Orc/Core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@ void ExecutionSession::OL_completeLookup(
25942594
}
25952595
}
25962596

2597-
LLVM_DEBUG(dbgs() << "Stripping unmatched weakly-refererced symbols\n");
2597+
LLVM_DEBUG(dbgs() << "Stripping unmatched weakly-referenced symbols\n");
25982598
IPLS->LookupSet.forEachWithRemoval(
25992599
[&](const SymbolStringPtr &Name, SymbolLookupFlags SymLookupFlags) {
26002600
if (SymLookupFlags == SymbolLookupFlags::WeaklyReferencedSymbol) {

0 commit comments

Comments
 (0)