[PATCH] D105429: [JITLink][RISCV] Initial Support RISCV64 in JITLink
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 25 15:56:23 PDT 2021
MaskRay added a comment.
In D105429#2903436 <https://reviews.llvm.org/D105429#2903436>, @lhames wrote:
> In D105429#2903344 <https://reviews.llvm.org/D105429#2903344>, @MaskRay wrote:
>
>> Perhaps revert this patch since it may be good to fix formatting nits in the initial RISC-V JIT patch.
>
> Please don't do that. Formatting nits can easily be fixed in-tree. Getting the code out to people (and testers) is more important.
The test issues and formatting are not the only problems. The tests insufficient. The absolute and branch relocation types are not tested.
>From the description it's clear this is a WIP and not blocking any project.
For initial check-in of some architecture, I think we should set up a higher bar. It looks multiple fixups are not needed for the patch.
It's just cleaner to revert it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105429/new/
https://reviews.llvm.org/D105429
More information about the llvm-commits
mailing list