From 56b83972f5d047a6288aad861fa72a2a2470af1d Mon Sep 17 00:00:00 2001 From: "Zhekun(Josh) Zhang" <32320144+zhekunz2@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:46:11 +0800 Subject: [PATCH] don't clone llvm for torch frontend (#85) Co-authored-by: Chengji Yao --- scripts/frontends/torch-frontend/envsetup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/frontends/torch-frontend/envsetup.sh b/scripts/frontends/torch-frontend/envsetup.sh index 7109cbb10..a248ea635 100755 --- a/scripts/frontends/torch-frontend/envsetup.sh +++ b/scripts/frontends/torch-frontend/envsetup.sh @@ -31,7 +31,6 @@ function prepare_for_build() { git submodule update --init -f $TORCH_MLIR_ROOT pushd $TORCH_MLIR_ROOT git submodule update --init -f externals/stablehlo - git submodule update --init -f externals/llvm-project popd # apply patches