Set CIRCT/llvm branch

This commit is contained in:
Jerry Zhao
2024-02-27 17:22:36 -08:00
parent 3bb2101a25
commit b8273d874e

View File

@@ -58,7 +58,9 @@ echo "Cloning CIRCT/LLVM"
(
cd $RDIR/tools/circt
git submodule init
# The settings in circt/.gitmodules don't "stick", so force-set them here
git config submodule.llvm.shallow true
git config submodule.llvm.branch main
git submodule update --recommend-shallow --progress llvm
)