brintos

brintos / llvm-project-archived public Read only

0
0
Text · 261 B · 1445c4f Raw
11 lines · plain
1! RUN: %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=51 %s -o - | FileCheck %s2 3program test4    integer :: tmp5    !$omp target teams ompx_bare num_teams(42) thread_limit(43)6    tmp = 17    !$omp end target teams8end program9 10! CHECK: omp.target ompx_bare11