diff options
author | Ayke van Laethem <[email protected]> | 2019-11-25 11:06:39 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-11-25 14:37:52 +0100 |
commit | 4be80e0372f0d8bfffce0f2da2d20df0b5011552 (patch) | |
tree | 357da1b42677eb5b947dc3d1ae565bb1b3fc35fe /.gitmodules | |
parent | 10e1420237164d16f64aae691dac12f692d80aed (diff) | |
download | tinygo-4be80e0372f0d8bfffce0f2da2d20df0b5011552.tar.gz tinygo-4be80e0372f0d8bfffce0f2da2d20df0b5011552.zip |
Revert "all: use compiler-rt from the llvm-project directory"
This reverts commit acdaaa17d8232989d310292a512e70fccdb288a5.
See https://github.com/tinygo-org/tinygo/issues/734 for details.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6d49d302f..36288c434 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,7 @@ [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 |