| author | |
| committer | |
| log | 1a1414fc42c7beb25b6de4134d99884ea6544b57 |
| tree | c8eefe9f572add5438d6674b4238b5ecfcf0ce90 |
| parent | 7b4977f5e2690e134b2ab8369ef54706298e3a37 |
Reported upstream:
http://lists.llvm.org/pipermail/llvm-dev/2017-August/116904.html1 files changed, 1 insertions(+), 1 deletions(-)
deps/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp+1-1| ... | @@ -621,7 +621,7 @@ void ArchHandler_x86_64::applyFixupFinal( | ... | @@ -621,7 +621,7 @@ void ArchHandler_x86_64::applyFixupFinal( |
| 621 | // Fall into llvm_unreachable(). | 621 | // Fall into llvm_unreachable(). |
| 622 | break; | 622 | break; |
| 623 | } | 623 | } |
| 624 | llvm_unreachable("invalid x86_64 Reference Kind"); | 624 | return; |
| 625 | } | 625 | } |
| 626 | 626 | ||
| 627 | void ArchHandler_x86_64::applyFixupRelocatable(const Reference &ref, | 627 | void ArchHandler_x86_64::applyFixupRelocatable(const Reference &ref, |