Go to file
Austin Seipp 5ccf372755 Make sure $CFG_LLVM_CONFIG is set to $CFG_LLVM_ROOT/bin/llvm-config
On my machine I have two LLVM builds, one of regular HEAD and one
for Rust in ~/rust-llvm - by default CFG_LLVM_CONFIG is set to
/usr/local/bin/llvm-config which is wrong, because the probe for it
initially happens earlier in configure and succeeds (so putvar is called.)

This causes it to be emitted twice into the Makefile but the second
instance wins.
2011-10-23 01:07:40 -05:00
doc doc: Fix parse errors in list examples in documentation 2011-10-17 22:50:46 -07:00
mk Upgrade libuv to 179f475b2ad64729feb0422f06ce133cb364482a 2011-10-22 17:37:18 -07:00
src Update src/etc/gyp-uv 2011-10-22 17:38:27 -07:00
.gitignore Update to libuv commit 3ca382. 2011-09-23 16:53:06 -07:00
AUTHORS.txt Add Elly Jones to AUTHORS.txt 2011-10-15 15:53:18 -07:00
LICENSE.txt Add libuv license info to LICENSE.txt 2011-08-09 12:00:00 -07:00
Makefile.in Remove the last vestiges of main.ll 2011-10-20 17:36:28 +02:00
README Switch URLs. 2011-09-20 16:27:08 -07:00
configure Make sure $CFG_LLVM_CONFIG is set to $CFG_LLVM_ROOT/bin/llvm-config 2011-10-23 01:07:40 -05:00

README

This is a compiler and suite of associated libraries and documentation for the
Rust programming language.

See LICENSE.txt for terms of copyright and redistribution.

See http://www.rust-lang.org for more information.