Skip to content

Commit b205103

Browse files
authored
Merge pull request #420 from Xilinx/matthias.change_llvm_repo
Use https://github.com/xilinx/llvm-aie.git as llvm-project
2 parents bdea6ce + 4576ecd commit b205103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/clone-mlir.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
git clone -n https://github.com/xilinx/llvm-project.git
1+
git clone -n https://github.com/xilinx/llvm-aie.git llvm-project
22
# Check out a specific branch that is known to work with ONNX-MLIR.
33
cd llvm-project && git checkout 776b07b472a12db1a451fb4bfc737e05c0ee0b1c && cd ..

0 commit comments

Comments
 (0)