llvm-project/clang/test/OpenMP/nesting_of_regions_simd_45.cpp
Mike Rice aa6a089c36
[NFC][OpenMP] Split nesting_of_regions test (#87842)
This test is the bottleneck for OpenMP lit tests, running about twice as
long as the others. Break it into five tests based on run lines with the
same version.
2024-04-08 12:53:30 -07:00

4 lines
172 B
C++

// RUN: %clang_cc1 -fsyntax-only -fopenmp-simd -fopenmp-version=45 -fno-openmp-extensions -verify=expected,omp45,omp45warn,omp %s
#include "Inputs/nesting_of_regions.cpp"