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
[clangd] Re-land "support outgoing calls in call hierarchy" (#117673)
[llvm-project.git]
/
flang
/
test
/
Semantics
/
OpenMP
/
requires01.f90
blob
007135749cc823970fb9e0e09508f2aa6b5aea63
1
! RUN: %python %S/../test_errors.py %s %flang -fopenmp
2
3
!$omp requires reverse_offload unified_shared_memory
4
5
!ERROR: NOWAIT clause is not allowed on the REQUIRES directive
6
!$omp requires nowait
7
end