From: Lang Hames Date: Wed, 25 Aug 2021 01:18:00 +0000 (+1000) Subject: [ORC] Fix typo in debugging output X-Git-Tag: upstream/15.0.7~33088 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc3b2675e77e5630869aff20575665b030c564be;p=platform%2Fupstream%2Fllvm.git [ORC] Fix typo in debugging output --- diff --git a/llvm/lib/ExecutionEngine/Orc/Core.cpp b/llvm/lib/ExecutionEngine/Orc/Core.cpp index 12a501f..167efc8 100644 --- a/llvm/lib/ExecutionEngine/Orc/Core.cpp +++ b/llvm/lib/ExecutionEngine/Orc/Core.cpp @@ -2594,7 +2594,7 @@ void ExecutionSession::OL_completeLookup( } } - LLVM_DEBUG(dbgs() << "Stripping unmatched weakly-refererced symbols\n"); + LLVM_DEBUG(dbgs() << "Stripping unmatched weakly-referenced symbols\n"); IPLS->LookupSet.forEachWithRemoval( [&](const SymbolStringPtr &Name, SymbolLookupFlags SymLookupFlags) { if (SymLookupFlags == SymbolLookupFlags::WeaklyReferencedSymbol) {