[llvm] 3eeeb6e - [llvm-jitlink] Fix a typo.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 16 00:46:59 PST 2021


Author: Lang Hames
Date: 2021-12-16T19:46:51+11:00
New Revision: 3eeeb6ec933366a1b4d5482f07ddc724001a6079

URL: https://github.com/llvm/llvm-project/commit/3eeeb6ec933366a1b4d5482f07ddc724001a6079
DIFF: https://github.com/llvm/llvm-project/commit/3eeeb6ec933366a1b4d5482f07ddc724001a6079.diff

LOG: [llvm-jitlink] Fix a typo.

Added: 
    

Modified: 
    llvm/tools/llvm-jitlink/llvm-jitlink.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/tools/llvm-jitlink/llvm-jitlink.cpp b/llvm/tools/llvm-jitlink/llvm-jitlink.cpp
index 366944b50675..aa70c794405c 100644
--- a/llvm/tools/llvm-jitlink/llvm-jitlink.cpp
+++ b/llvm/tools/llvm-jitlink/llvm-jitlink.cpp
@@ -270,7 +270,7 @@ static Error applyHarnessPromotions(Session &S, LinkGraph &G) {
   if (S.HarnessFiles.empty() || S.HarnessFiles.count(G.getName()))
     return Error::success();
 
-  LLVM_DEBUG(dbgs() << "Appling promotions to graph " << G.getName() << "\n");
+  LLVM_DEBUG(dbgs() << "Applying promotions to graph " << G.getName() << "\n");
 
   // If this graph is part of the test then promote any symbols referenced by
   // the harness to default scope, remove all symbols that clash with harness


        


More information about the llvm-commits mailing list