]> git.lizzy.rs Git - rust.git/commit
Use ".ll" as default suffix of LLVM assembly file
authorHaitao Li <lihaitao@gmail.com>
Tue, 8 Nov 2011 04:37:42 +0000 (12:37 +0800)
committerBrian Anderson <banderson@mozilla.com>
Tue, 8 Nov 2011 05:12:48 +0000 (21:12 -0800)
commit253242390ce54200a4c547dbb6c5f6e07c5cc6ec
treece45614b33228690d30743fd343fe56c29b2236c
parent8857657640f16da938de9e24cc4adf6960e29784
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.
man/rustc.1
src/comp/driver/rustc.rs