Skip to content

Commit 3eeeb6e

Browse files
committed
[llvm-jitlink] Fix a typo.
1 parent 7ba32b1 commit 3eeeb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-jitlink/llvm-jitlink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ static Error applyHarnessPromotions(Session &S, LinkGraph &G) {
270270
if (S.HarnessFiles.empty() || S.HarnessFiles.count(G.getName()))
271271
return Error::success();
272272

273-
LLVM_DEBUG(dbgs() << "Appling promotions to graph " << G.getName() << "\n");
273+
LLVM_DEBUG(dbgs() << "Applying promotions to graph " << G.getName() << "\n");
274274

275275
// If this graph is part of the test then promote any symbols referenced by
276276
// the harness to default scope, remove all symbols that clash with harness

0 commit comments

Comments
 (0)