File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,17 @@ function cbl_bld_llvm_korg -d "Build (and optionally test) LLVM for kernel.org"
5151 end
5252 end
5353
54+ begin
55+ header " Updating sources"
56+
57+ cbl_upd_src c $repos_to_update
58+ and cbl_clone_repo $CBL_TC_BLD
59+ and if not __is_location_primary
60+ git -C $CBL_TC_BLD urh
61+ end
62+ end
63+ or return
64+
5465 if test " $build_env " = y
5566 request_root mkosi
5667 or return
@@ -65,17 +76,6 @@ function cbl_bld_llvm_korg -d "Build (and optionally test) LLVM for kernel.org"
6576 or return
6677 end
6778
68- begin
69- header " Updating sources"
70-
71- cbl_upd_src c $repos_to_update
72- and cbl_clone_repo $CBL_TC_BLD
73- and if not __is_location_primary
74- git -C $CBL_TC_BLD urh
75- end
76- end
77- or return
78-
7979 mkdir -p $TMP_FOLDER
8080 set -g tmp_llvm_install (mktemp -d -p $TMP_FOLDER -t pgo-llvm-builder.XXXXXXXXXXXX)
8181
You can’t perform that action at this time.
0 commit comments