2015-09-22 04:41:31 +08:00
|
|
|
@AUTO_GEN_COMMENT@
|
|
|
|
|
2017-11-30 03:31:52 +08:00
|
|
|
config.test_c_compiler = "@OPENMP_TEST_C_COMPILER@"
|
|
|
|
config.test_cxx_compiler = "@OPENMP_TEST_CXX_COMPILER@"
|
2017-12-01 01:08:31 +08:00
|
|
|
config.test_compiler_features = @OPENMP_TEST_COMPILER_FEATURES@
|
2017-11-30 03:31:52 +08:00
|
|
|
config.test_filecheck = "@OPENMP_FILECHECK_EXECUTABLE@"
|
2020-04-22 04:27:32 +08:00
|
|
|
config.test_not = "@OPENMP_NOT_EXECUTABLE@"
|
2017-11-30 03:31:52 +08:00
|
|
|
config.test_openmp_flags = "@OPENMP_TEST_OPENMP_FLAGS@"
|
|
|
|
config.test_extra_flags = "@OPENMP_TEST_FLAGS@"
|
2015-09-22 04:41:31 +08:00
|
|
|
config.libomp_obj_root = "@CMAKE_CURRENT_BINARY_DIR@"
|
|
|
|
config.library_dir = "@LIBOMP_LIBRARY_DIR@"
|
|
|
|
config.omp_header_directory = "@LIBOMP_BINARY_DIR@/src"
|
|
|
|
config.operating_system = "@CMAKE_SYSTEM_NAME@"
|
2015-12-01 04:02:59 +08:00
|
|
|
config.hwloc_library_dir = "@LIBOMP_HWLOC_LIBRARY_DIR@"
|
|
|
|
config.using_hwloc = @LIBOMP_USE_HWLOC@
|
2017-11-01 18:08:30 +08:00
|
|
|
config.has_ompt = @LIBOMP_OMPT_SUPPORT@ and @LIBOMP_OMPT_OPTIONAL@
|
2016-05-24 01:50:32 +08:00
|
|
|
config.has_libm = @LIBOMP_HAVE_LIBM@
|
2017-02-25 06:15:24 +08:00
|
|
|
config.has_libatomic = @LIBOMP_HAVE_LIBATOMIC@
|
2015-09-22 04:41:31 +08:00
|
|
|
|
|
|
|
# Let the main config do the real work.
|
|
|
|
lit_config.load_config(config, "@LIBOMP_BASE_DIR@/test/lit.cfg")
|