[llvm] 5bcd32b - [ORC][NFC] Fix typo in comment

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 12:14:47 PDT 2020


Author: Stefan Gränitz
Date: 2020-08-13T21:14:20+02:00
New Revision: 5bcd32b7449482d6079d968c08d07a3890c86912

URL: https://github.com/llvm/llvm-project/commit/5bcd32b7449482d6079d968c08d07a3890c86912
DIFF: https://github.com/llvm/llvm-project/commit/5bcd32b7449482d6079d968c08d07a3890c86912.diff

LOG: [ORC][NFC] Fix typo in comment

Added: 
    

Modified: 
    llvm/lib/ExecutionEngine/Orc/LLJIT.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp b/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
index ffe156dcdd62..531a71d50b9e 100644
--- a/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
+++ b/llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
@@ -928,7 +928,7 @@ LLJIT::PlatformSupport::~PlatformSupport() {}
 
 Error LLJITBuilderState::prepareForConstruction() {
 
-  LLVM_DEBUG(dbgs() << "Preparing to create LLIT instance...\n");
+  LLVM_DEBUG(dbgs() << "Preparing to create LLJIT instance...\n");
 
   if (!JTMB) {
     LLVM_DEBUG({


        


More information about the llvm-commits mailing list