repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
test
/
SemaOpenMP
/
riscv-vector-with-openmp.c
blob
5dae3eb9ce0b0a22b3d4c5781575a102d3c50eb5
1
// RUN: %clang_cc1 -triple riscv64 -target-feature +v -fsyntax-only \
2
// RUN: -verify -fopenmp %s
3
// REQUIRES: riscv-registered-target
4
5
// expected-no-diagnostics
6
7
void
foo
() {
8
#pragma omp parallel
9
{
10
__rvv_int32m1_t i32m1
;
11
}
12
}