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.
This commit is contained in:
Ayke van Laethem
2019-11-13 14:55:22 +01:00
committed by Ron Evans
parent b7b548a8d0
commit acdaaa17d8
4 changed files with 15 additions and 14 deletions
-4
View File
@@ -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