mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
LLD: workaround for buggy MACH-O code
Reported upstream: http://lists.llvm.org/pipermail/llvm-dev/2017-August/116904.html
This commit is contained in:
parent
7b4977f5e2
commit
1a1414fc42
@ -621,7 +621,7 @@ void ArchHandler_x86_64::applyFixupFinal(
|
||||
// Fall into llvm_unreachable().
|
||||
break;
|
||||
}
|
||||
llvm_unreachable("invalid x86_64 Reference Kind");
|
||||
return;
|
||||
}
|
||||
|
||||
void ArchHandler_x86_64::applyFixupRelocatable(const Reference &ref,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user