LLD patch: workaround for buggy MACH-O code

This reapplies 1a1414fc42
to the embedded LLD.
This commit is contained in:
Andrew Kelley 2018-09-10 15:54:51 -04:00
parent 54e470f936
commit e077d765fe
No known key found for this signature in database
GPG Key ID: 4E7CD66038A4D47C

View File

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