• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_openmp_flags = "@OPENMP_TEST_OPENMP_FLAGS@"
7config.test_extra_flags = "@OPENMP_TEST_FLAGS@"
8config.libomptarget_obj_root = "@CMAKE_CURRENT_BINARY_DIR@"
9config.library_dir = "@LIBOMPTARGET_LIBRARY_DIR@"
10config.omp_header_directory = "@LIBOMPTARGET_OPENMP_HEADER_FOLDER@"
11config.omp_host_rtl_directory = "@LIBOMPTARGET_OPENMP_HOST_RTL_FOLDER@"
12config.operating_system = "@CMAKE_SYSTEM_NAME@"
13config.libomptarget_all_targets = "@LIBOMPTARGET_ALL_TARGETS@".split()
14config.libomptarget_system_targets = "@LIBOMPTARGET_SYSTEM_TARGETS@".split()
15config.libomptarget_filecheck = "@OPENMP_FILECHECK_EXECUTABLE@"
16config.libomptarget_not = "@OPENMP_NOT_EXECUTABLE@"
17config.libomptarget_debug = @LIBOMPTARGET_DEBUG@
18
19# Let the main config do the real work.
20lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")
21