[compiler-rt] 6098e2e - [ORC-RT] Fix typo in debugging output.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 16:23:03 PDT 2023


Author: Lang Hames
Date: 2023-07-28T16:22:57-07:00
New Revision: 6098e2e5523fc3291fa0291dc957d19ee672a61e

URL: https://github.com/llvm/llvm-project/commit/6098e2e5523fc3291fa0291dc957d19ee672a61e
DIFF: https://github.com/llvm/llvm-project/commit/6098e2e5523fc3291fa0291dc957d19ee672a61e.diff

LOG: [ORC-RT] Fix typo in debugging output.

Added: 
    

Modified: 
    compiler-rt/lib/orc/macho_platform.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/lib/orc/macho_platform.cpp b/compiler-rt/lib/orc/macho_platform.cpp
index cb248aae06660e..679163140e7004 100644
--- a/compiler-rt/lib/orc/macho_platform.cpp
+++ b/compiler-rt/lib/orc/macho_platform.cpp
@@ -577,7 +577,7 @@ Error MachOPlatformRuntimeState::deregisterObjectPlatformSections(
   // TODO: Add a JITDylib prepare-for-teardown operation that clears all
   //       registered sections, causing this function to take the fast-path.
   ORC_RT_DEBUG({
-    printdbg("MachOPlatform: Registering object sections for %p.\n",
+    printdbg("MachOPlatform: Deregistering object sections for %p.\n",
              HeaderAddr.toPtr<void *>());
   });
 


        


More information about the llvm-commits mailing list