[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / openmp / libomptarget / deviceRTLs / nvptx / test / lit.site.cfg.in
blob22374d5e3566c4ee3d14976b6b0084fdea4788d9
1 @AUTO_GEN_COMMENT@
3 config.test_c_compiler = "@OPENMP_TEST_C_COMPILER@"
4 config.test_cxx_compiler = "@OPENMP_TEST_CXX_COMPILER@"
5 config.test_openmp_flags = "@LIBOMPTARGET_NVPTX_TEST_OPENMP_FLAGS@"
6 config.test_extra_flags = "@LIBOMPTARGET_NVPTX_TEST_FLAGS@"
7 config.cuda_path = "@CUDA_TOOLKIT_ROOT_DIR@"
8 config.cuda_libdir = "@CUDA_LIBDIR@"
9 config.binary_dir = "@CMAKE_CURRENT_BINARY_DIR@"
10 config.library_dir = "@LIBOMPTARGET_LIBRARY_DIR@"
11 config.omp_header_directory = "@LIBOMPTARGET_OPENMP_HEADER_FOLDER@"
12 config.omp_host_rtl_directory = "@LIBOMPTARGET_OPENMP_HOST_RTL_FOLDER@"
13 config.libomptarget_filecheck = "@OPENMP_FILECHECK_EXECUTABLE@"
14 config.libomptarget_not = "@OPENMP_NOT_EXECUTABLE@"
16 # Let the main config do the real work.
17 lit_config.load_config(config, "@CMAKE_CURRENT_SOURCE_DIR@/lit.cfg")