LLD patch: workaround for buggy MACH-O code

This reapplies 1a1414fc42c7beb25b6de4134d99884ea6544b57
to the embedded LLD.
This commit is contained in:
Andrew Kelley 2018-01-17 17:30:38 -05:00
parent 4aed7ea6f8
commit 4556f44806

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,