Skip to content

Commit 6b5596b

Browse files
committed
Fix formatting
1 parent 971c9e4 commit 6b5596b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lld/ELF/Relocations.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,8 +1339,7 @@ unsigned RelocationScanner::handleTlsRelocation(RelExpr expr, RelType type,
13391339
// Do not optimize signed TLSDESC (as described in pauthabielf64 to LE/IE).
13401340
// https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#general-restrictions
13411341
// > PAUTHELF64 only supports the descriptor based TLS (TLSDESC).
1342-
if (oneof<RE_AARCH64_AUTH_TLSDESC_PAGE, RE_AARCH64_AUTH_TLSDESC>(
1343-
expr)) {
1342+
if (oneof<RE_AARCH64_AUTH_TLSDESC_PAGE, RE_AARCH64_AUTH_TLSDESC>(expr)) {
13441343
assert(ctx.arg.emachine == EM_AARCH64);
13451344
uint16_t flags = sym.flags.load(std::memory_order_relaxed);
13461345
if (!(flags & NEEDS_TLSDESC)) {

0 commit comments

Comments
 (0)