diff --git a/.gitmodules b/.gitmodules index 926807336d7..b47b0e9e621 100644 --- a/.gitmodules +++ b/.gitmodules @@ -51,3 +51,6 @@ path = src/tools/enzyme url = https://github.com/EnzymeAD/Enzyme.git shallow = true +[submodule "src/gcc"] + path = src/gcc + url = https://github.com/rust-lang/gcc.git diff --git a/src/gcc b/src/gcc new file mode 160000 index 00000000000..272d0ccced9 --- /dev/null +++ b/src/gcc @@ -0,0 +1 @@ +Subproject commit 272d0ccced960394fe6ff2b40b01610208cb4940