summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-10-17 07:04:39 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-10-21 13:05:31 -0700
commitc7d285b78136a5bccf8419afa4c57428b83b8bec (patch)
treeea9dc74dfb84b52255887109e4e08c47382db691 /.gitmodules
parentb7a9c285a50f3a94c44687ba9ff3ab0648243aaa (diff)
downloadrust-c7d285b78136a5bccf8419afa4c57428b83b8bec.tar.gz
Remove `src/llvm-emscripten` submodule
With #65251 landed there's no need to build two LLVM backends and ship them with rustc, every target we have now uses the same LLVM backend! This removes the `src/llvm-emscripten` submodule and additionally removes all support from rustbuild for building the emscripten LLVM backend. Multiple codegen backend support is left in place for now, and this is intended to be an easy 10-15 minute win on CI times by avoiding having to build LLVM twice.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 3ff5af78097..1dcf9ed319f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -28,9 +28,6 @@
[submodule "src/doc/rust-by-example"]
path = src/doc/rust-by-example
url = https://github.com/rust-lang/rust-by-example.git
-[submodule "src/llvm-emscripten"]
- path = src/llvm-emscripten
- url = https://github.com/rust-lang/llvm.git
[submodule "src/stdarch"]
path = src/stdarch
url = https://github.com/rust-lang/stdarch.git