Skip to content

Commit

Permalink
Remove LLVM requirement from README.md and .travis.yml
Browse files Browse the repository at this point in the history
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."
  • Loading branch information
geofft committed Aug 31, 2015
1 parent 83348ab commit e1e23b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
language: rust
rust: nightly

addons:
apt:
packages:
- llvm-3.4
sources:
- llvm-toolchain-precise-3.5

env:
matrix:
- BACKTRACE=no JEMALLOC=dynamic
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ To cross compile the `std` crate you'll need:

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

## How to use

Expand Down

0 comments on commit e1e23b4

Please sign in to comment.