A-FOT/0002-Bugfix-Remove-Backslash-in-Options.patch
huitailangzju fd757e541a BugFix: remove backslash in options
(cherry picked from commit 13db7cfc9ec27e41d34afd17db0b1498a4304f3c)
2022-12-20 15:37:39 +08:00

14 lines
650 B
Diff

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"