bolt/deps/llvm-18.1.8/openmp/libomptarget/test/env/omp_target_debug.c
2025-02-14 19:21:04 +01:00

13 lines
453 B
C

// RUN: %libomptarget-compile-generic && env LIBOMPTARGET_DEBUG=1 %libomptarget-run-generic 2>&1 | %fcheck-generic -allow-empty -check-prefix=DEBUG
// RUN: %libomptarget-compile-generic && env LIBOMPTARGET_DEBUG=0 %libomptarget-run-generic 2>&1 | %fcheck-generic -allow-empty -check-prefix=NDEBUG
// REQUIRES: libomptarget-debug
int main(void) {
#pragma omp target
{}
return 0;
}
// DEBUG: omptarget
// NDEBUG-NOT: omptarget
// NDEBUG-NOT: Target