1@AUTO_GEN_COMMENT@
2
3config.test_c_compiler = "@OPENMP_TEST_C_COMPILER@"
4config.test_cxx_compiler = "@OPENMP_TEST_CXX_COMPILER@"
5config.test_openmp_flags = "@LIBOMPTARGET_NVPTX_TEST_OPENMP_FLAGS@"
6config.test_extra_flags = "@LIBOMPTARGET_NVPTX_TEST_FLAGS@"
7config.binary_dir = "@CMAKE_CURRENT_BINARY_DIR@"
8config.library_dir = "@LIBOMPTARGET_LIBRARY_DIR@"
9config.omp_header_directory = "@LIBOMPTARGET_OPENMP_HEADER_FOLDER@"
10config.omp_host_rtl_directory = "@LIBOMPTARGET_OPENMP_HOST_RTL_FOLDER@"
11config.libomptarget_filecheck = "@OPENMP_FILECHECK_EXECUTABLE@"
12config.libomptarget_not = "@OPENMP_NOT_EXECUTABLE@"
13
14# Let the main config do the real work.
15lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")
16