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

Brandon Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 14 19:15:13 PDT 2023


================
@@ -0,0 +1,6 @@
+// RUN: %clang_cc1 -triple riscv64 -target-feature +v %s
+// REQUIRES: riscv-registered-target
+
+// expected-no-diagnostics
+
+#include <sifive_vector.h>
----------------
4vtomat wrote:

Lit test is run before install, how can we check it's properly installed?

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


More information about the cfe-commits mailing list