Skip to content

Commit ed1b66c

Browse files
committed
Address review comments
1 parent 717771e commit ed1b66c

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

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

0 commit comments

Comments
 (0)