[PATCH] D157467: [RISCV] Add missing REQUIRES for zvk-invalid.c test

Brandon Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 8 18:46:00 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGadb76c31ec42: [RISCV] Add missing REQUIRES for zvk-invalid.c test (authored by 4vtomat).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157467/new/

https://reviews.llvm.org/D157467

Files:
  clang/test/Sema/zvk-invalid.c


Index: clang/test/Sema/zvk-invalid.c
===================================================================
--- clang/test/Sema/zvk-invalid.c
+++ clang/test/Sema/zvk-invalid.c
@@ -1,3 +1,4 @@
+// REQUIRES: riscv-registered-target
 // RUN: %clang_cc1 -triple riscv64 -target-feature +v %s -fsyntax-only -verify
 
 #include <riscv_vector.h>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157467.548437.patch
Type: text/x-patch
Size: 336 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230809/8120a687/attachment.bin>


More information about the cfe-commits mailing list