LLD patch: workaround for buggy MACH-O code

This reapplies 5ce1a965e0
to the embedded LLD.
This commit is contained in:
Andrew Kelley 2019-08-20 19:42:41 -04:00
parent 8bb6bf6818
commit 2f3ad48c9b
No known key found for this signature in database
GPG key ID: 7C5F548F728501A9

View file

@ -621,7 +621,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,