From 9028177115718b38c0a189c4fb9eda03a14841d7 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 22 May 2024 21:00:12 +0200 Subject: [PATCH] Add GCC submodule --- .gitmodules | 3 +++ src/gcc | 1 + 2 files changed, 4 insertions(+) create mode 160000 src/gcc 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