Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Jul 23, 2023
1 parent 44b15cb commit 31eeb44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion elf/output-chunks.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ u64 get_eflags(Context<E> &ctx) {
if ((flags & EF_RISCV_RVE) != (ret & EF_RISCV_RVE))
Error(ctx) << *objs[i] << ": cannot link object files with different"
<< " EF_RISCV_RVE from " << *objs[0];

}
return ret;
}
Expand Down

0 comments on commit 31eeb44

Please sign in to comment.