2017-01-26 05:27:24 +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@"
|
2018-09-05 15:26:00 +08:00
|
|
|
config.test_compiler_features = @OPENMP_TEST_COMPILER_FEATURES@
|
2017-11-30 03:31:52 +08:00
|
|
|
config.test_openmp_flags = "@OPENMP_TEST_OPENMP_FLAGS@"
|
|
|
|
config.test_extra_flags = "@OPENMP_TEST_FLAGS@"
|
2017-01-26 05:27:24 +08:00
|
|
|
config.libomptarget_obj_root = "@CMAKE_CURRENT_BINARY_DIR@"
|
|
|
|
config.library_dir = "@LIBOMPTARGET_LIBRARY_DIR@"
|
|
|
|
config.omp_header_directory = "@LIBOMPTARGET_OPENMP_HEADER_FOLDER@"
|
|
|
|
config.omp_host_rtl_directory = "@LIBOMPTARGET_OPENMP_HOST_RTL_FOLDER@"
|
|
|
|
config.operating_system = "@CMAKE_SYSTEM_NAME@"
|
|
|
|
config.libomptarget_all_targets = "@LIBOMPTARGET_ALL_TARGETS@".split()
|
|
|
|
config.libomptarget_system_targets = "@LIBOMPTARGET_SYSTEM_TARGETS@".split()
|
2017-11-30 03:31:52 +08:00
|
|
|
config.libomptarget_filecheck = "@OPENMP_FILECHECK_EXECUTABLE@"
|
2020-04-22 04:27:32 +08:00
|
|
|
config.libomptarget_not = "@OPENMP_NOT_EXECUTABLE@"
|
2017-08-14 23:09:59 +08:00
|
|
|
config.libomptarget_debug = @LIBOMPTARGET_DEBUG@
|
2017-01-26 05:27:24 +08:00
|
|
|
|
|
|
|
# Let the main config do the real work.
|
2018-09-28 23:05:43 +08:00
|
|
|
lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")
|