Skip to content

Commit 6ca2275

Browse files
committed
Address review comments
1 parent 0a2b9e4 commit 6ca2275

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
@@ -1357,7 +1357,7 @@ unsigned RelocationScanner::handleTlsRelocation(RelExpr expr, RelType type,
13571357
"supported");
13581358
};
13591359

1360-
// Do not optimize signed TLSDESC as described in pauthabielf64 to LE/IE.
1360+
// Do not optimize signed TLSDESC (as described in pauthabielf64 to LE/IE).
13611361
// https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#general-restrictions
13621362
// > PAUTHELF64 only supports the descriptor based TLS (TLSDESC).
13631363
if (oneof<R_AARCH64_AUTH_TLSDESC_PAGE, RelExpr::R_AARCH64_AUTH_TLSDESC>(

0 commit comments

Comments
 (0)