Skip to content

Commit 03511f3

Browse files
committed
clang-format
1 parent 1c7eabf commit 03511f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lld/ELF/SyntheticSections.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4872,11 +4872,12 @@ template <class ELFT> void elf::createSyntheticSections(Ctx &ctx) {
48724872
add(*ctx.in.ppc64LongBranchTarget);
48734873
}
48744874

4875-
if (ctx.arg.emachine == EM_RISCV && ctx.arg.relaxTbljal) {
4875+
if (ctx.arg.emachine == EM_RISCV && ctx.arg.relaxTbljal) {
48764876
ctx.in.riscvTableJumpSection = std::make_unique<TableJumpSection>(ctx);
48774877
add(*ctx.in.riscvTableJumpSection);
48784878

4879-
Symbol *s = ctx.symtab->addSymbol(Defined{ctx,
4879+
Symbol *s = ctx.symtab->addSymbol(Defined{
4880+
ctx,
48804881
/*file=*/nullptr, "__jvt_base$", STB_GLOBAL, STT_NOTYPE, STT_NOTYPE,
48814882
/*value=*/0, /*size=*/0, ctx.in.riscvTableJumpSection.get()});
48824883
s->isUsedInRegularObj = true;

0 commit comments

Comments
 (0)