[PATCH] D148223: [SiFive][RISCV][clang] Support C intrinsics for xsfvcp extension.

Douglas Yung via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 2 08:13:37 PDT 2023


dyung added a comment.

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?


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