xref: /llvm-project/openmp/runtime/test/lit.site.cfg.in (revision 36d4e4c9b5f6cd0577b6029055b825caaec2dd11)
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_compiler_has_omp_h = @OPENMP_TEST_COMPILER_HAS_OMP_H@
7config.test_filecheck = "@OPENMP_FILECHECK_EXECUTABLE@"
8config.test_not = "@OPENMP_NOT_EXECUTABLE@"
9config.test_openmp_flags = "@OPENMP_TEST_OPENMP_FLAGS@"
10config.test_extra_flags = "@OPENMP_TEST_FLAGS@"
11config.libomp_obj_root = "@CMAKE_CURRENT_BINARY_DIR@"
12config.library_dir = "@LIBOMP_LIBRARY_DIR@"
13config.omp_header_directory = "@LIBOMP_BINARY_DIR@/src"
14config.operating_system = "@CMAKE_SYSTEM_NAME@"
15config.hwloc_library_dir = "@LIBOMP_HWLOC_LIBRARY_DIR@"
16config.using_hwloc = @LIBOMP_USE_HWLOC@
17config.has_ompt = @LIBOMP_OMPT_SUPPORT@ and @LIBOMP_OMPT_OPTIONAL@
18config.has_ompx_taskgraph = @LIBOMP_OMPX_TASKGRAPH@
19config.has_libm = @LIBOMP_HAVE_LIBM@
20config.has_libatomic = @LIBOMP_HAVE_LIBATOMIC@
21config.is_standalone_build = @OPENMP_STANDALONE_BUILD@
22config.has_omit_frame_pointer_flag = @OPENMP_TEST_COMPILER_HAS_OMIT_FRAME_POINTER_FLAGS@
23config.target_arch = "@LIBOMP_ARCH@"
24
25# Let the main config do the real work.
26lit_config.load_config(config, "@LIBOMP_BASE_DIR@/test/lit.cfg")
27