1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-11 13:06:59 +03:00
This commit is contained in:
Rui Ueyama 2023-07-23 13:23:36 +09:00
parent 44b15cbb35
commit 31eeb44d4f

View File

@ -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;
}