Skip to content

Commit 626a327

Browse files
lhamesmemfrob
authored andcommitted
[ORC] Fix debug logging message.
1 parent 9b67f96 commit 626a327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/ExecutionEngine/Orc/LLJIT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class GenericLLVMIRPlatformSupport : public LLJIT::PlatformSupport {
239239
});
240240
for (auto DeinitFnAddr : *Deinitializers) {
241241
LLVM_DEBUG({
242-
dbgs() << " Running init " << formatv("{0:x16}", DeinitFnAddr)
242+
dbgs() << " Running deinit " << formatv("{0:x16}", DeinitFnAddr)
243243
<< "...\n";
244244
});
245245
auto *DeinitFn = jitTargetAddressToFunction<void (*)()>(DeinitFnAddr);

0 commit comments

Comments
 (0)