Skip to content

Commit e7443e9

Browse files
committed
Fix typo error
1 parent 7a987eb commit e7443e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/ELF/Relocations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ void RelocationScanner::processAux(RelExpr expr, RelType type, uint64_t offset,
10991099
// Many LoongArch TLS relocs reuse the RE_LOONGARCH_GOT type, in which
11001100
// case the NEEDS_GOT flag shouldn't get set.
11011101
if (expr == RE_AARCH64_AUTH_GOT || expr == RE_AARCH64_AUTH_GOT_PAGE_PC ||
1102-
expr == RE_AARCH64_AUTH_GOT_PAGE_PC)
1102+
expr == RE_AARCH64_AUTH_GOT_PC)
11031103
sym.setFlags(NEEDS_GOT | NEEDS_GOT_AUTH);
11041104
else
11051105
sym.setFlags(NEEDS_GOT | NEEDS_GOT_NONAUTH);

0 commit comments

Comments
 (0)