Skip to content

Commit 9d7bb43

Browse files
committed
Fix build after #118424
1 parent d75b2ca commit 9d7bb43

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

0 commit comments

Comments
 (0)