commit 00902ff9b0931a85ab87649efc8b4e4027ab8358 (tree)
parent 3e08b3a4f89ee8e6102fcc67fc7e77c5e3eba104
Author: Andrew Kelley <andrew@ziglang.org>
Date: Thu, 7 Feb 2019 17:08:25 -0500
LLD patch: workaround for buggy MACH-O code
This reapplies 1a1414fc42c7beb25b6de4134d99884ea6544b57
to the embedded LLD.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/deps/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp b/deps/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp
@@ -622,7 +622,6 @@ void ArchHandler_x86_64::applyFixupFinal(
// Fall into llvm_unreachable().
break;
}
- llvm_unreachable("invalid x86_64 Reference Kind");
}
void ArchHandler_x86_64::applyFixupRelocatable(const Reference &ref,