[clang] [RISCV] Install sifive_vector.h to riscv-resource-headers (PR #66330)

Brandon Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 18 22:11:51 PDT 2023


================
@@ -623,6 +623,11 @@ install(
   EXCLUDE_FROM_ALL
   COMPONENT riscv-resource-headers)
 
+install(
----------------
4vtomat wrote:

Yes, we are missing from add_header_target("riscv-resource-headers" "${riscv_files};${riscv_generated_files}").
I think we can just put sifive_vector.h in riscv_files, I'll have another patch for it, thanks!

https://github.com/llvm/llvm-project/pull/66330


More information about the cfe-commits mailing list