3 config.test_c_compiler = "@OPENMP_TEST_C_COMPILER@"
4 config.test_cxx_compiler = "@OPENMP_TEST_CXX_COMPILER@"
5 config.test_compiler_features = @OPENMP_TEST_COMPILER_FEATURES@
6 config.test_filecheck = "@OPENMP_FILECHECK_EXECUTABLE@"
7 config.test_openmp_flags = "@OPENMP_TEST_OPENMP_FLAGS@"
8 config.test_extra_flags = "@OPENMP_TEST_FLAGS@"
9 config.test_obj_root = "@CMAKE_CURRENT_BINARY_DIR@"
10 config.omp_library_dir = "@LIBOMP_LIBRARY_DIR@"
11 config.omp_header_dir = "@LIBOMP_INCLUDE_DIR@"
12 config.ompt_print_callback_dir = "@OMPT_PRINT_CALLBACKS_DIR@"
13 config.operating_system = "@CMAKE_SYSTEM_NAME@"
15 # Let the main config do the real work.
16 lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")