brintos

brintos / llvm-project-archived public Read only

0
0
Text · 371 B · a5e4694 Raw
7 lines · cpp
1// RUN: %clang_cc1 -std=c++17 -triple x86_64-unknown-linux-gnu -fopenacc -fclangir -emit-cir %s -o %t.cir -verify2// RUN: %clang_cc1 -std=c++17 -triple x86_64-unknown-linux-gnu -fopenacc -fclangir -emit-llvm %s -o %t-cir.ll -verify3 4void foo() {}5// expected-error@+1{{ClangIR code gen Not Yet Implemented: OpenACC Global Routine Construct}}6#pragma acc routine(foo) seq7