diff options
author | Ayke van Laethem <[email protected]> | 2019-02-14 11:24:29 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2019-03-22 22:55:11 +0100 |
commit | 9c41011e176e00fc1ff8918ee61bc19bfd26ac0f (patch) | |
tree | cf6d1dec7b92fc9a3ce9ef5581176974c816613a /.gitmodules | |
parent | 5569cd1b6b3aff8f52052d5ff1028d9bb87fba24 (diff) | |
download | tinygo-9c41011e176e00fc1ff8918ee61bc19bfd26ac0f.tar.gz tinygo-9c41011e176e00fc1ff8918ee61bc19bfd26ac0f.zip |
all: switch to LLVM 8
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 0e29f9f1a..899df8f81 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,4 +13,4 @@ [submodule "lib/compiler-rt"] path = lib/compiler-rt url = https://github.com/llvm-mirror/compiler-rt.git - branch = release_70 + branch = release_80 |