[clang] [RISCV] Install sifive_vector.h to riscv-resource-headers (PR #66330)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 15 08:14:41 PDT 2023
================
@@ -623,6 +623,11 @@ install(
EXCLUDE_FROM_ALL
COMPONENT riscv-resource-headers)
+install(
----------------
topperc wrote:
Aren't we also missing `sifive_files` from `add_header_target("riscv-resource-headers" "${riscv_files};${riscv_generated_files}")`?
Is there any reason to have `sifive_files`? Should we put sifive_vector.h in `riscv_files`?
https://github.com/llvm/llvm-project/pull/66330
More information about the cfe-commits
mailing list