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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
OpenMP
/
no_option_no_warn.c
blob
87556388ce0b738741abf0f5aeb3fc361790a66a
1
// RUN: %clang_cc1 -verify -Wno-source-uses-openmp -o - %s
2
3
// RUN: %clang_cc1 -verify -Wno-source-uses-openmp -o - %s
4
// SIMD-ONLY0-NOT: {{__kmpc|__tgt}}
5
// expected-no-diagnostics
6
7
int
a
;
8
#pragma omp threadprivate(a, b)
9
#pragma omp parallel