Skip to content

Commit e3837fa

Browse files
committed
Address review comments
1 parent d89a47e commit e3837fa

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

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

0 commit comments

Comments
 (0)