commit ddca67a2b94f68985789fc8254fd1326e26269f6 (tree)
parent fa45407e78c7a20281bf063f659d74f86c127ea1
Author: Andrew Kelley <superjoe30@gmail.com>
Date: Fri, 1 Dec 2017 12:09:55 -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
@@ -617,7 +617,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,