LLD patch: workaround for buggy MACH-O code

This reapplies 1a1414fc42
to the embedded LLD.
This commit is contained in:
Andrew Kelley 2017-12-01 12:09:55 -05:00
parent fa45407e78
commit ddca67a2b9

View File

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