brintos

brintos / llvm-project-archived public Read only

0
0
Text · 444 B · 891f175 Raw
7 lines · c
1// RUN: %clang -fopenacc -S %s -o /dev/null 2>&1 | FileCheck %s -check-prefix=ERROR2// RUN: %clang -fclangir -fopenacc -S %s -o /dev/null 2>&1 | FileCheck %s --allow-empty -check-prefix=NOERROR3// RUN: %clang -fopenacc -fclangir -S %s -o /dev/null 2>&1 | FileCheck %s --allow-empty -check-prefix=NOERROR4 5// ERROR: OpenACC directives will result in no runtime behavior; use -fclangir to enable runtime effect6// NOERROR-NOT: OpenACC directives7