[PATCH] D70401: [RISCV] Complete RV32E/ilp32e implementation
Zixuan Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 15 23:43:05 PST 2022
zixuan-wu commandeered this revision.
zixuan-wu added a reviewer: pcwang-thead.
zixuan-wu added a comment.
In D70401#3250049 <https://reviews.llvm.org/D70401#3250049>, @khchen wrote:
> 2. Have you try to run llvm-test-suite with rv32e config on qemu?
It's difficult to run llvm-test-suite in ilp32e abi in Linux. Because there are no workable environment such as runtime and kernel for ilp32e in GNU series tools.
And we can not run llvm-test-suite in baremental environment(NOT linux but elf triple). So I have a question about how to test llvm in elf triple and environment? Is there any test case llvm community normally uses and accepts?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70401/new/
https://reviews.llvm.org/D70401
More information about the cfe-commits
mailing list