blob: e92bb5f59a3a05e4b77073afef515609d7da4d03 [file] [log] [blame]
// RUN: %clang_cc1 %s -triple riscv64 -fsyntax-only -verify
typedef __attribute__((riscv_rvv_vector_bits(256))) void norvvflag; // expected-error{{'riscv_rvv_vector_bits' attribute is not supported on targets missing 'zve32x'; specify an appropriate -march= or -mcpu=}}