diff options
author | Palmer Dabbelt <palmer@dabbelt.com> | 2018-01-22 18:26:25 -0800 |
---|---|---|
committer | Palmer Dabbelt <palmer@dabbelt.com> | 2018-01-22 18:26:25 -0800 |
commit | b3eab31fca878a88a91437a450da599028d70934 (patch) | |
tree | 2a7e566585eb234c0e212875acf50b418fd59b8e | |
parent | 98682995dc4a1ab8777ff45ba673cf2658e54ae2 (diff) | |
download | riscv-tools-b3eab31fca878a88a91437a450da599028d70934.zip riscv-tools-b3eab31fca878a88a91437a450da599028d70934.tar.gz riscv-tools-b3eab31fca878a88a91437a450da599028d70934.tar.bz2 |
Remove riscv-llvm
This version of the port is a bit defunct and very big.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | riscv-llvm | 0 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 0ea42ca..1c35ad9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,9 +13,6 @@ [submodule "riscv-tests"] path = riscv-tests url = https://github.com/riscv/riscv-tests.git -[submodule "riscv-llvm"] - path = riscv-llvm - url = https://github.com/riscv/riscv-llvm.git [submodule "riscv-gnu-toolchain"] path = riscv-gnu-toolchain url = https://github.com/riscv/riscv-gnu-toolchain.git diff --git a/riscv-llvm b/riscv-llvm deleted file mode 160000 -Subproject 6eec5e452e4117cba779fc15910665054430445 |