Skip to content

Commit d665dd1

Browse files
committed
Fix formatting
1 parent 48b0bc6 commit d665dd1

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
@@ -1338,8 +1338,7 @@ unsigned RelocationScanner::handleTlsRelocation(RelExpr expr, RelType type,
13381338
// Do not optimize signed TLSDESC (as described in pauthabielf64 to LE/IE).
13391339
// https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst#general-restrictions
13401340
// > PAUTHELF64 only supports the descriptor based TLS (TLSDESC).
1341-
if (oneof<RE_AARCH64_AUTH_TLSDESC_PAGE, RE_AARCH64_AUTH_TLSDESC>(
1342-
expr)) {
1341+
if (oneof<RE_AARCH64_AUTH_TLSDESC_PAGE, RE_AARCH64_AUTH_TLSDESC>(expr)) {
13431342
assert(ctx.arg.emachine == EM_AARCH64);
13441343
uint16_t flags = sym.flags.load(std::memory_order_relaxed);
13451344
if (!(flags & NEEDS_TLSDESC)) {

0 commit comments

Comments
 (0)