Skip to content

Commit 6d65b58

Browse files
committed
Fix build after #118424
1 parent e39e474 commit 6d65b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/InputSection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ uint64_t InputSectionBase::getRelocTargetVA(Ctx &ctx, const Relocation &r,
817817
case RE_AARCH64_GOT_PAGE:
818818
return r.sym->getGotVA(ctx) + a - getAArch64Page(ctx.in.got->getVA());
819819
case R_GOT_PC:
820-
case R_AARCH64_AUTH_GOT_PC:
820+
case RE_AARCH64_AUTH_GOT_PC:
821821
case R_RELAX_TLS_GD_TO_IE:
822822
return r.sym->getGotVA(ctx) + a - p;
823823
case R_GOTPLT_GOTREL:

0 commit comments

Comments
 (0)