diff options
author | Ayke van Laethem <[email protected]> | 2018-10-07 17:37:27 +0200 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-10-07 19:04:29 +0200 |
commit | 22da104530a6b2166df6ef8ba1b167d214376d7c (patch) | |
tree | d33e48f223f8e8cca4f1677624112ffae7ca6291 /.gitmodules | |
parent | e8f211935e29666418a024755969cd0c0312af34 (diff) | |
download | tinygo-22da104530a6b2166df6ef8ba1b167d214376d7c.tar.gz tinygo-22da104530a6b2166df6ef8ba1b167d214376d7c.zip |
all: use compiler-rt for builtins
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c9e2db4ec..0e29f9f1a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,7 @@ [submodule "lib/cmsis-svd"] path = lib/cmsis-svd url = https://github.com/posborne/cmsis-svd +[submodule "lib/compiler-rt"] + path = lib/compiler-rt + url = https://github.com/llvm-mirror/compiler-rt.git + branch = release_70 |