Skip to content

Commit

Permalink
Auto merge of rust-lang#34055 - brson:cmake, r=alexcrichton
Browse files Browse the repository at this point in the history
Convert makefiles to build LLVM/compiler-rt with CMake

This is certainly buggy, but I have successfully built on x86_64-unknown-linux-gnu and x86_64-pc-windows-gnu. I haven't built successfully on mac yet, and I've seen mysterious test failures on Linux, but I'm interested in throwing this at the bots to see what they think.
  • Loading branch information
bors authored Jun 24, 2016
2 parents 4d9faf3 + 59db95b commit 8c63d12
Show file tree
Hide file tree
Showing 8 changed files with 278 additions and 240 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Read ["Installing Rust"] from [The Book].
* `g++` 4.7 or later or `clang++` 3.x
* `python` 2.7 (but not 3.x)
* GNU `make` 3.81 or later
* `cmake` 2.8.8 or later
* `curl`
* `git`

Expand Down
Loading

0 comments on commit 8c63d12

Please sign in to comment.