You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
721 B
16 lines
721 B
@AUTO_GEN_COMMENT@
|
|
|
|
config.test_c_compiler = "@OPENMP_TEST_C_COMPILER@"
|
|
config.test_cxx_compiler = "@OPENMP_TEST_CXX_COMPILER@"
|
|
config.test_openmp_flags = "@LIBOMPTARGET_NVPTX_TEST_OPENMP_FLAGS@"
|
|
config.test_extra_flags = "@LIBOMPTARGET_NVPTX_TEST_FLAGS@"
|
|
config.binary_dir = "@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.libomptarget_filecheck = "@OPENMP_FILECHECK_EXECUTABLE@"
|
|
config.libomptarget_not = "@OPENMP_NOT_EXECUTABLE@"
|
|
|
|
# Let the main config do the real work.
|
|
lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")
|