compiler-rt: update to new location, fixes #209
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 8 Jul 2019 21:02:43 +0000 (23:02 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 8 Jul 2019 21:03:23 +0000 (23:03 +0200)
.gitmodules

index 3f51bf5cb4c22d134ce2e7a0398f328239d65514..dbaa50b4fa885c2f14ce2e579a594d4f09550cd5 100644 (file)
@@ -6,7 +6,7 @@
        url = https://github.com/openrisc/mor1kx.git
 [submodule "litex/soc/software/compiler_rt"]
        path = litex/soc/software/compiler_rt
-       url = http://llvm.org/git/compiler-rt.git
+       url = https://git.llvm.org/git/compiler-rt
 [submodule "litex/soc/cores/cpu/picorv32/verilog"]
        path = litex/soc/cores/cpu/picorv32/verilog
        url = https://github.com/cliffordwolf/picorv32