brintos

brintos / llvm-project-archived public Read only

0
0
Text · 332 B · 4e98d77 Raw
11 lines · plain
1!RUN: %not_todo_cmd bbc -emit-hlfir -fopenmp -fopenmp-version=52 -o - %s 2>&1 | FileCheck %s2!RUN: %not_todo_cmd %flang_fc1 -emit-hlfir -fopenmp -fopenmp-version=52 -o - %s 2>&1 | FileCheck %s3 4!CHECK: not yet implemented: DEPOBJ dependence-type5 6subroutine f00(x)7  integer :: x8  !$omp task depend(depobj: x)9  !$omp end task10end11