Skip to content

Commit 1a4f677

Browse files
committed
Fix typo error
1 parent de5e2ae commit 1a4f677

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
@@ -1098,7 +1098,7 @@ void RelocationScanner::processAux(RelExpr expr, RelType type, uint64_t offset,
10981098
// Many LoongArch TLS relocs reuse the RE_LOONGARCH_GOT type, in which
10991099
// case the NEEDS_GOT flag shouldn't get set.
11001100
if (expr == RE_AARCH64_AUTH_GOT || expr == RE_AARCH64_AUTH_GOT_PAGE_PC ||
1101-
expr == RE_AARCH64_AUTH_GOT_PAGE_PC)
1101+
expr == RE_AARCH64_AUTH_GOT_PC)
11021102
sym.setFlags(NEEDS_GOT | NEEDS_GOT_AUTH);
11031103
else
11041104
sym.setFlags(NEEDS_GOT | NEEDS_GOT_NONAUTH);

0 commit comments

Comments
 (0)