We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b67f96 commit 626a327Copy full SHA for 626a327
llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
@@ -239,7 +239,7 @@ class GenericLLVMIRPlatformSupport : public LLJIT::PlatformSupport {
239
});
240
for (auto DeinitFnAddr : *Deinitializers) {
241
LLVM_DEBUG({
242
- dbgs() << " Running init " << formatv("{0:x16}", DeinitFnAddr)
+ dbgs() << " Running deinit " << formatv("{0:x16}", DeinitFnAddr)
243
<< "...\n";
244
245
auto *DeinitFn = jitTargetAddressToFunction<void (*)()>(DeinitFnAddr);
0 commit comments