2020-07-16 21:15:07 +08:00
|
|
|
@LIT_SITE_CFG_IN_HEADER@
|
|
|
|
|
|
|
|
config.llvm_src_root = "@LLVM_SOURCE_DIR@"
|
|
|
|
config.llvm_obj_root = "@LLVM_BINARY_DIR@"
|
2022-03-16 06:15:56 +08:00
|
|
|
config.llvm_tools_dir = lit_config.substitute("@LLVM_TOOLS_DIR@")
|
|
|
|
config.llvm_libs_dir = lit_config.substitute("@LLVM_LIBS_DIR@")
|
|
|
|
config.llvm_build_mode = lit_config.substitute("@LLVM_BUILD_MODE@")
|
2020-07-16 21:15:07 +08:00
|
|
|
config.lit_tools_dir = "@LLVM_LIT_TOOLS_DIR@"
|
|
|
|
config.flang_obj_root = "@FLANG_BINARY_DIR@"
|
|
|
|
config.flang_src_root = "@FLANG_SOURCE_DIR@"
|
|
|
|
config.flang_libs_dir = "@LLVM_LIBRARY_OUTPUT_INTDIR@"
|
|
|
|
config.flang_tools_dir = "@LLVM_RUNTIME_OUTPUT_INTDIR@"
|
2021-12-02 17:04:46 +08:00
|
|
|
config.target_triple = "@LLVM_TARGET_TRIPLE@"
|
2020-07-16 21:15:07 +08:00
|
|
|
config.python_executable = "@Python3_EXECUTABLE@"
|
|
|
|
|
|
|
|
# Let the main config do the real work.
|
|
|
|
lit_config.load_config(config, "@FLANG_SOURCE_DIR@/test/NonGtestUnit/lit.cfg.py")
|