Skip to content

Commit bcf15f9

Browse files
committed
Fix formatting
1 parent d01fc30 commit bcf15f9

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

0 commit comments

Comments
 (0)