diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-05-22 21:00:12 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-09-06 16:00:37 +0200 |
| commit | 9028177115718b38c0a189c4fb9eda03a14841d7 (patch) | |
| tree | dfdce73f2eb8f94f05ca444dc9cf44cd987fb45a /.gitmodules | |
| parent | 59d4114b2d1aaac9a6dfe770997f2e79ccfd28ab (diff) | |
| download | rust-9028177115718b38c0a189c4fb9eda03a14841d7.tar.gz rust-9028177115718b38c0a189c4fb9eda03a14841d7.zip | |
Add GCC submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
