1 Star 0 Fork 5

Dingli Zhang/A-FOT

forked from src-openEuler/A-FOT 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0002-Bugfix-Remove-Backslash-in-Options.patch 650 Bytes
一键复制 编辑 原始数据 按行查看 历史
huitailang 提交于 2022-12-19 23:15 . BugFix: remove backslash in options
diff --git a/auto_prefetch.sh b/auto_prefetch.sh
index 265828a..b7f5932 100644
--- a/auto_prefetch.sh
+++ b/auto_prefetch.sh
@@ -64,7 +64,7 @@ function prepare_new_env() {
create_new_wrapper
;;
"Bear")
- export COMPILATION_OPTIONS="-fauto-profile=${gcov_file_name} -fcache-misses-profile=${profile_data_path}/${gcov_name}.cache-misses\:u -fprefetch-loop-arrays=2"
+ export COMPILATION_OPTIONS="-fauto-profile=${gcov_file_name} -fcache-misses-profile=${profile_data_path}/${gcov_name}.cache-misses:u -fprefetch-loop-arrays=2"
;;
*)
echo "[ERROR] Build mode ${build_mode} is not supported, the value is : Wrapper/Bear"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/DingliZhang/A-FOT.git
git@gitee.com:DingliZhang/A-FOT.git
DingliZhang
A-FOT
A-FOT
master

搜索帮助