1 Star 0 Fork 15

liwentao/llvm-test-suite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
TEST.example.Makefile 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
##===- TEST.example.Makefile -------------------------------*- Makefile -*-===##
#
# Example to show a custom test. This test just prints the size of the bytecode
# file for each program.
#
##===----------------------------------------------------------------------===##
TESTNAME = $*
$(PROGRAMS_TO_TEST:%=test.$(TEST).%): \
test.$(TEST).%: Output/%.llvm.bc
@echo "========================================="
@echo "Running '$(TEST)' test on '$(TESTNAME)' program"
wc -c $<
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liwentao_uiw/llvm-test-suite.git
git@gitee.com:liwentao_uiw/llvm-test-suite.git
liwentao_uiw
llvm-test-suite
llvm-test-suite
main

搜索帮助