Skip to content

Commit 182cd0e

Browse files
committed
LLD patch: workaround for buggy MACH-O code
This reapplies 00902ff to the embedded LLD.
1 parent 5768fcb commit 182cd0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,6 @@ void ArchHandler_x86_64::applyFixupFinal(
622622
// Fall into llvm_unreachable().
623623
break;
624624
}
625-
llvm_unreachable("invalid x86_64 Reference Kind");
626625
}
627626

628627
void ArchHandler_x86_64::applyFixupRelocatable(const Reference &ref,

0 commit comments

Comments
 (0)