LLD patch: workaround for buggy MACH-O code

This reapplies 1a1414fc42
to the embedded LLD.
This commit is contained in:
Andrew Kelley 2019-02-07 17:08:25 -05:00
parent 3e08b3a4f8
commit 00902ff9b0
No known key found for this signature in database
GPG key ID: 7C5F548F728501A9

View file

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