Andreas Klebinger pushed to branch wip/andreask/linker_fix at Glasgow Haskell Compiler / GHC
Commits:
-
3809f281
by Andreas Klebinger at 2026-01-29T23:08:53+01:00
1 changed file:
Changes:
| ... | ... | @@ -175,7 +175,7 @@ resolveImports( |
| 175 | 175 | int
|
| 176 | 176 | ocAllocateExtras_MachO(ObjectCode* oc)
|
| 177 | 177 | {
|
| 178 | - IF_DEBUG(linker, DEBUG_LOG("ocAllocateExtras_MachO: start\n"));
|
|
| 178 | + IF_DEBUG(linker, debugBelch("ocAllocateExtras_MachO: start\n"));
|
|
| 179 | 179 | |
| 180 | 180 | if (NULL != oc->info->symCmd) {
|
| 181 | 181 | IF_DEBUG(linker,
|