[PATCH] D148223: [SiFive][RISCV][clang] Support C intrinsics for xsfvcp extension.
Brandon Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 2 08:22:52 PDT 2023
4vtomat added a comment.
In D148223#4312515 <https://reviews.llvm.org/D148223#4312515>, @dyung wrote:
> In D148223#4312460 <https://reviews.llvm.org/D148223#4312460>, @4vtomat wrote:
>
>> Hi @craig.topper and @kito-cheng , the build error message was: 'Z:\test\llvm-project\clang\test\CodeGen\RISCV\rvv-intrinsics-autogenerated\non-policy\non-overloaded\xsfvcp-x-rv64.c:4:10: fatal error: 'riscv_vector.h' file not found'.
>> Have you ever met this before? I'm not sure if I forgot to add something or not..
>
> This bot only builds the x86_64 backend. Isn’t that file only generated when the riscv backend is built?
Got it, I should add 'REQUIRES: riscv-registered-target' in the beginning of the file, thanks!!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148223/new/
https://reviews.llvm.org/D148223
More information about the cfe-commits
mailing list