Skip to content

Commit

Permalink
[RISCV] Add missing REQUIRES for zvk-invalid.c test
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D157467
  • Loading branch information
4vtomat committed Aug 9, 2023
1 parent 43fe9dc commit adb76c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/Sema/zvk-invalid.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// REQUIRES: riscv-registered-target
// RUN: %clang_cc1 -triple riscv64 -target-feature +v %s -fsyntax-only -verify

#include <riscv_vector.h>
Expand Down

0 comments on commit adb76c3

Please sign in to comment.