Skip to content

Commit

Permalink
fix(third_party): fix llvm-project repo address
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b70c56e9d3e539ef358ab72f1315e9eaa8cc8580
  • Loading branch information
megvii-mge committed Nov 27, 2023
1 parent feee3f2 commit bebf0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release_megcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ popd > /dev/null

pushd ${OUT_DIR}/build_host
cmake ${COMPILER_PATH} -G Ninja
ninja
ninja mgb-to-tinynn mgb-runner mgb-importer kernel_exporter megcc-opt
cp tools/mgb-to-tinynn/mgb-to-tinynn ${OUT_DIR}/bin/
cp tools/mgb-runner/mgb-runner ${OUT_DIR}/bin/
cp tools/mgb-importer/mgb-importer ${OUT_DIR}/bin/
Expand Down

0 comments on commit bebf0bb

Please sign in to comment.