1@AUTO_GEN_COMMENT@ 2 3config.test_c_compiler = "@OPENMP_TEST_C_COMPILER@" 4config.test_cxx_compiler = "@OPENMP_TEST_CXX_COMPILER@" 5config.test_compiler_features = @OPENMP_TEST_COMPILER_FEATURES@ 6config.test_filecheck = "@OPENMP_FILECHECK_EXECUTABLE@" 7config.test_not = "@OPENMP_NOT_EXECUTABLE@" 8config.test_openmp_flags = "@OPENMP_TEST_OPENMP_FLAGS@" 9config.test_extra_flags = "@OPENMP_TEST_FLAGS@" 10config.libomp_obj_root = "@CMAKE_CURRENT_BINARY_DIR@" 11config.library_dir = "@LIBOMP_LIBRARY_DIR@" 12config.omp_header_directory = "@LIBOMP_BINARY_DIR@/src" 13config.operating_system = "@CMAKE_SYSTEM_NAME@" 14config.hwloc_library_dir = "@LIBOMP_HWLOC_LIBRARY_DIR@" 15config.using_hwloc = @LIBOMP_USE_HWLOC@ 16config.has_ompt = @LIBOMP_OMPT_SUPPORT@ and @LIBOMP_OMPT_OPTIONAL@ 17config.has_libm = @LIBOMP_HAVE_LIBM@ 18config.has_libatomic = @LIBOMP_HAVE_LIBATOMIC@ 19 20# Let the main config do the real work. 21lit_config.load_config(config, "@LIBOMP_BASE_DIR@/test/lit.cfg") 22