Skip to content

Commit a1bd1ce

Browse files
committed
[OpenMP] downstream fix for clang/test/OpenMP/metadirective_ast_print.c
1 parent 3482b4e commit a1bd1ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/OpenMP/metadirective_ast_print.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ void foo1(void) {
2727
: parallel) otherwise()
2828
bar();
2929
#pragma omp metadirective when(implementation = {vendor(score(0) \
30-
: llvm)}, \
30+
: amd)}, \
3131
device = {kind(cpu)} \
3232
: parallel) otherwise(target teams)
3333
bar();
3434
#pragma omp metadirective when(device = {kind(gpu)} \
35-
: target teams) when(implementation = {vendor(llvm)} \
35+
: target teams) when(implementation = {vendor(amd)} \
3636
: parallel) otherwise()
3737
bar();
3838
#pragma omp metadirective otherwise(target) when(implementation = {vendor(score(5) \
39-
: llvm)}, \
39+
: amd)}, \
4040
device = {kind(cpu, host)} \
4141
: parallel)
4242
bar();

0 commit comments

Comments
 (0)