Mercurial > hg > CbC > CbC_llvm
comparison polly/test/Unit/lit.site.cfg.in @ 252:1f2b6ac9f198 llvm-original
LLVM16-1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 09:04:13 +0900 |
parents | c4bab56944e8 |
children |
comparison
equal
deleted
inserted
replaced
237:c80f45b162ad | 252:1f2b6ac9f198 |
---|---|
7 config.llvm_tools_dir = lit_config.substitute("@LLVM_TOOLS_DIR@") | 7 config.llvm_tools_dir = lit_config.substitute("@LLVM_TOOLS_DIR@") |
8 config.llvm_libs_dir = lit_config.substitute("@LLVM_LIBS_DIR@") | 8 config.llvm_libs_dir = lit_config.substitute("@LLVM_LIBS_DIR@") |
9 config.llvm_build_mode = lit_config.substitute("@LLVM_BUILD_MODE@") | 9 config.llvm_build_mode = lit_config.substitute("@LLVM_BUILD_MODE@") |
10 config.polly_obj_root = "@POLLY_BINARY_DIR@" | 10 config.polly_obj_root = "@POLLY_BINARY_DIR@" |
11 config.polly_lib_dir = "@POLLY_LIB_DIR@" | 11 config.polly_lib_dir = "@POLLY_LIB_DIR@" |
12 config.enable_shared = @ENABLE_SHARED@ | |
13 config.shlibdir = "@SHLIBDIR@" | 12 config.shlibdir = "@SHLIBDIR@" |
14 config.target_triple = "@LLVM_TARGET_TRIPLE@" | 13 config.target_triple = "@LLVM_TARGET_TRIPLE@" |
15 config.enable_gpgpu_codegen = "@GPU_CODEGEN@" | |
16 config.llvm_polly_link_into_tools = "@LLVM_POLLY_LINK_INTO_TOOLS@" | 14 config.llvm_polly_link_into_tools = "@LLVM_POLLY_LINK_INTO_TOOLS@" |
17 config.has_unittests = @POLLY_GTEST_AVAIL@ | 15 config.has_unittests = @POLLY_GTEST_AVAIL@ |
18 | 16 |
19 # Let the main config do the real work. | 17 # Let the main config do the real work. |
20 lit_config.load_config(config, "@POLLY_SOURCE_DIR@/test/Unit/lit.cfg") | 18 lit_config.load_config(config, "@POLLY_SOURCE_DIR@/test/Unit/lit.cfg") |