Skip to content

Commit 971c9e4

Browse files
committed
Fix build after #118424
1 parent 697726f commit 971c9e4

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
@@ -966,7 +966,7 @@ uint64_t InputSectionBase::getRelocTargetVA(Ctx &ctx, const Relocation &r,
966966
case R_SIZE:
967967
return r.sym->getSize() + a;
968968
case R_TLSDESC:
969-
case RelExpr::R_AARCH64_AUTH_TLSDESC:
969+
case RE_AARCH64_AUTH_TLSDESC:
970970
return ctx.in.got->getTlsDescAddr(*r.sym) + a;
971971
case R_TLSDESC_PC:
972972
return ctx.in.got->getTlsDescAddr(*r.sym) + a - p;

0 commit comments

Comments
 (0)