Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / openmp / runtime / test / lit.site.cfg.in
blobd6c259280619be969c7ecc20e8f3b32dc9c78305
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_compiler_features = @OPENMP_TEST_COMPILER_FEATURES@
6 config.test_compiler_has_omp_h = @OPENMP_TEST_COMPILER_HAS_OMP_H@
7 config.test_filecheck = "@OPENMP_FILECHECK_EXECUTABLE@"
8 config.test_not = "@OPENMP_NOT_EXECUTABLE@"
9 config.test_openmp_flags = "@OPENMP_TEST_OPENMP_FLAGS@"
10 config.test_extra_flags = "@OPENMP_TEST_FLAGS@"
11 config.libomp_obj_root = "@CMAKE_CURRENT_BINARY_DIR@"
12 config.library_dir = "@LIBOMP_LIBRARY_DIR@"
13 config.omp_header_directory = "@LIBOMP_BINARY_DIR@/src"
14 config.operating_system = "@CMAKE_SYSTEM_NAME@"
15 config.hwloc_library_dir = "@LIBOMP_HWLOC_LIBRARY_DIR@"
16 config.using_hwloc = @LIBOMP_USE_HWLOC@
17 config.has_ompt = @LIBOMP_OMPT_SUPPORT@ and @LIBOMP_OMPT_OPTIONAL@
18 config.has_ompx_taskgraph = @LIBOMP_OMPX_TASKGRAPH@
19 config.has_libm = @LIBOMP_HAVE_LIBM@
20 config.has_libatomic = @LIBOMP_HAVE_LIBATOMIC@
21 config.is_standalone_build = @OPENMP_STANDALONE_BUILD@
22 config.has_omit_frame_pointer_flag = @OPENMP_TEST_COMPILER_HAS_OMIT_FRAME_POINTER_FLAGS@
23 config.target_arch = "@LIBOMP_ARCH@"
25 # Let the main config do the real work.
26 lit_config.load_config(config, "@LIBOMP_BASE_DIR@/test/lit.cfg")