34 lines · plain
1@AUTO_GEN_COMMENT@2 3config.bin_llvm_tools_dir = "@LLVM_TOOLS_BINARY_DIR@"4config.test_c_compiler = "@OPENMP_TEST_C_COMPILER@"5config.test_cxx_compiler = "@OPENMP_TEST_CXX_COMPILER@"6config.test_fortran_compiler="@OPENMP_TEST_Fortran_COMPILER@"7config.test_compiler_features = @OPENMP_TEST_COMPILER_FEATURES@8config.test_openmp_flags = "@OPENMP_TEST_OPENMP_FLAGS@"9config.test_extra_flags = "@OPENMP_TEST_FLAGS@"10config.cuda_path = "@CUDA_ROOT@"11config.cuda_libdir = "@CUDA_LIBDIR@"12config.cuda_test_arch = "@LIBOMPTARGET_DEP_CUDA_ARCH@"13config.amdgpu_test_arch = "@LIBOMPTARGET_AMDGPU_DETECTED_ARCH_LIST@"14config.libomptarget_obj_root = "@CMAKE_CURRENT_BINARY_DIR@/@CURRENT_TARGET@"15config.library_dir = "@LIBOMPTARGET_LIBRARY_DIR@"16config.llvm_library_dir = "@LIBOMPTARGET_LLVM_LIBRARY_DIR@"17config.llvm_library_intdir = "@LIBOMPTARGET_LLVM_LIBRARY_INTDIR@"18config.omp_header_directory = "@LIBOMPTARGET_OPENMP_HEADER_FOLDER@"19config.omp_host_rtl_directory = "@LIBOMPTARGET_OPENMP_HOST_RTL_FOLDER@"20config.llvm_lib_directory = "@LIBOMPTARGET_LLVM_LIBRARY_DIR@"21config.operating_system = "@CMAKE_SYSTEM_NAME@"22config.libomptarget_all_targets = "@LIBOMPTARGET_ALL_TARGETS@".split()23config.libomptarget_current_target = "@CURRENT_TARGET@"24config.libomptarget_filecheck = "@OPENMP_FILECHECK_EXECUTABLE@"25config.libomptarget_not = "@OPENMP_NOT_EXECUTABLE@"26config.offload_device_info = "@OFFLOAD_DEVICE_INFO_EXECUTABLE@"27config.libomptarget_debug = @LIBOMPTARGET_DEBUG@28config.has_libomptarget_ompt = @LIBOMPTARGET_OMPT_SUPPORT@29config.libomptarget_has_libc = @LIBOMPTARGET_GPU_LIBC_SUPPORT@30config.libomptarget_test_pgo = @LIBOMPTARGET_TEST_GPU_PGO@31config.offload_tblgen = "@OFFLOAD_TBLGEN_EXECUTABLE@"32# Let the main config do the real work.33lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")34