Skip to content

Commit 78260e0

Browse files
committed
Address review comments
1 parent 6499041 commit 78260e0

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
@@ -1332,7 +1332,7 @@ unsigned RelocationScanner::handleTlsRelocation(RelExpr expr, RelType type,
13321332
"supported");
13331333
};
13341334

1335-
// Do not optimize signed TLSDESC as described in pauthabielf64 to LE/IE.
1335+
// Do not optimize signed TLSDESC (as described in pauthabielf64 to LE/IE).
13361336
// https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#general-restrictions
13371337
// > PAUTHELF64 only supports the descriptor based TLS (TLSDESC).
13381338
if (oneof<RE_AARCH64_AUTH_TLSDESC_PAGE, RE_AARCH64_AUTH_TLSDESC>(

0 commit comments

Comments
 (0)