Skip to content

Commit be89fce

Browse files
committed
Address review comments
1 parent 17efa98 commit be89fce

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
@@ -1337,7 +1337,7 @@ unsigned RelocationScanner::handleTlsRelocation(RelExpr expr, RelType type,
13371337
"supported");
13381338
};
13391339

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

0 commit comments

Comments
 (0)