mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 06:26:08 +00:00
[ORC-RT] Fix typo in debugging output.
This commit is contained in:
parent
9ffde19d11
commit
6098e2e552
@ -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 *>());
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user