3 Star 0 Fork 14

Lyupa Anastasia/llvm-test-suite

forked from liwentao/llvm-test-suite 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lit.site.cfg.in 620 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matthias Braun 提交于 2021-08-20 15:40 . Copy litsupport files to build dir
import sys
import os
_directory = os.path.dirname(os.path.abspath(__file__))
config.test_source_root = _directory
config.test_exec_root = _directory
config.remote_client = "@TEST_SUITE_REMOTE_CLIENT@"
config.remote_host = "@TEST_SUITE_REMOTE_HOST@"
config.run_under = "@TEST_SUITE_RUN_UNDER@"
config.user_mode_emulation = @TEST_SUITE_USER_MODE_EMULATION@
config.strip_tool = "@CMAKE_STRIP@"
config.profile_generate = @TEST_SUITE_PROFILE_GENERATE@
config.llvm_profdata = "@TEST_SUITE_LLVM_PROFDATA@"
config.test_modules = "@LIT_MODULES@".split(';')
lit_config.load_config(config, os.path.join(_directory, "lit.cfg"))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lyupaanastasia/llvm-test-suite.git
git@gitee.com:lyupaanastasia/llvm-test-suite.git
lyupaanastasia
llvm-test-suite
llvm-test-suite
main

搜索帮助