Skip to content

Commit 906f175

Browse files
committed
[ELF][AArch64] Fix copy/paste error in llvm_unreachable message
Fixes: e1979ae ("Implement gd to ie relaxation for aarch64.")
1 parent cc0c899 commit 906f175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/Arch/AArch64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ void AArch64::relaxTlsGdToIe(uint8_t *loc, const Relocation &rel,
762762
relocateNoSym(loc, R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC, val);
763763
break;
764764
default:
765-
llvm_unreachable("unsupported relocation for TLS GD to LE relaxation");
765+
llvm_unreachable("unsupported relocation for TLS GD to IE relaxation");
766766
}
767767
}
768768

0 commit comments

Comments
 (0)