From 95ed87171720bb3699aac9d3249674ea0550241d Mon Sep 17 00:00:00 2001 From: Megvii Engine Team Date: Wed, 16 Sep 2020 11:17:46 +0800 Subject: [PATCH] chore(deps): add mlir dependency --- .gitmodules | 3 +++ third_party/llvm-project | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/llvm-project diff --git a/.gitmodules b/.gitmodules index ddc4c9a40..788b3aaa2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "third_party/midout"] path = third_party/midout url = https://github.com/MegEngine/midout.git +[submodule "third_party/llvm-project"] + path = third_party/llvm-project + url = https://github.com/llvm/llvm-project.git diff --git a/third_party/llvm-project b/third_party/llvm-project new file mode 160000 index 000000000..b25892009 --- /dev/null +++ b/third_party/llvm-project @@ -0,0 +1 @@ +Subproject commit b2589200957af50e7d166afca9df6ad46d7418c6 -- GitLab