Find a file
Haitao Li 253242390c Use ".ll" as default suffix of LLVM assembly file
This commit is a follow up of Issue #1147.

Althought there are some inconsistency about this naming convention in
LLVM. For example, `clang' write LLVM assembly to a file with ".s" suffix,
while both `llvm-dis' and `opt' write to files with ".ll" suffices. We
think ".ll" makes more sense.

Also rustc manual page is updated.
2011-11-07 21:12:48 -08:00
doc Document crate top-level and directory modules. Closes #1097 2011-11-07 13:34:04 -08:00
man Use ".ll" as default suffix of LLVM assembly file 2011-11-07 21:12:48 -08:00
mk Rename rust_uv.cpp to rust_aio.cpp 2011-11-07 19:35:39 -08:00
src Use ".ll" as default suffix of LLVM assembly file 2011-11-07 21:12:48 -08:00
.gitignore Update to libuv commit 3ca382. 2011-09-23 16:53:06 -07:00
.gitmodules Change the LLVM repo to git://github.com/brson/llvm.git 2011-11-05 13:23:11 -07:00
AUTHORS.txt Add Joshua Wise to AUTHORS.txt 2011-11-07 10:05:31 +01:00
configure configure: Handle absolute source paths when configuring LLVM 2011-11-05 13:23:11 -07:00
LICENSE.txt
Makefile.in Parameterize the LLVM build over the target triples 2011-11-05 13:23:11 -07:00
README Switch URLs. 2011-09-20 16:27:08 -07:00

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.