mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
LLD patch: workaround for buggy MACH-O code
This reapplies 00902ff9b0
to the embedded LLD.
This commit is contained in:
parent
5768fcb085
commit
182cd0e4c0
1 changed files with 0 additions and 1 deletions
|
|
@ -622,7 +622,6 @@ void ArchHandler_x86_64::applyFixupFinal(
|
||||||
// Fall into llvm_unreachable().
|
// Fall into llvm_unreachable().
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
llvm_unreachable("invalid x86_64 Reference Kind");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ArchHandler_x86_64::applyFixupRelocatable(const Reference &ref,
|
void ArchHandler_x86_64::applyFixupRelocatable(const Reference &ref,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue