Skip to content

Commit e1e23b4

Browse files
committed
Remove LLVM requirement from README.md and .travis.yml
rust-lang/rust#27176 "removes LLVM as a build-time dependency of the standard library. This may end up becoming very useful if we move towards building the standard library with Cargo."
1 parent 83348ab commit e1e23b4

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
language: rust
22
rust: nightly
33

4-
addons:
5-
apt:
6-
packages:
7-
- llvm-3.4
8-
sources:
9-
- llvm-toolchain-precise-3.5
10-
114
env:
125
matrix:
136
- BACKTRACE=no JEMALLOC=dynamic

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ To cross compile the `std` crate you'll need:
7474

7575
- Rust nightly channel
7676
- The usual stuff for cross compilation: toolchain and cross compiled C libraries
77-
- LLVM, in particular both `llvm-mc` and `llc` should be in your PATH
7877

7978
## How to use
8079

0 commit comments

Comments
 (0)