aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2019-11-13 14:55:22 +0100
committerRon Evans <[email protected]>2019-11-13 16:00:22 +0100
commitacdaaa17d8232989d310292a512e70fccdb288a5 (patch)
treeb3e80ee35c340c6bdb34ce6fd2af26a276b2293e /.gitmodules
parentb7b548a8d01470f9af01e49a887a70f5fb33f29b (diff)
downloadtinygo-acdaaa17d8232989d310292a512e70fccdb288a5.tar.gz
tinygo-acdaaa17d8232989d310292a512e70fccdb288a5.zip
all: use compiler-rt from the llvm-project directory
We don't need the separate submodule: compiler-rt is already included in the llvm-project repository. This should hopefully make CI slightly faster too.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index 36288c434..6d49d302f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,7 +10,3 @@
[submodule "lib/cmsis-svd"]
path = lib/cmsis-svd
url = https://github.com/tinygo-org/cmsis-svd
-[submodule "lib/compiler-rt"]
- path = lib/compiler-rt
- url = https://github.com/llvm-mirror/compiler-rt.git
- branch = release_80