rust/src/rustllvm
Haitao Li b12de98814 rustc: Add support of generating LLVM assembly
rustc generates output files in LLVM bitcode format if "--emit-llvm"
option is given. When used with the "-S" option, rustc generates LLVM
intermediate language assembly files.

Fixes Issue #476
2011-11-07 21:44:40 +08:00
..
README Repair some fallout from pcwalton's last few build changes. 2011-03-21 23:06:42 -07:00
RustGCMetadataPrinter.cpp Get 'make tidy' to work rustllvm and rt again 2011-10-21 17:35:52 -07:00
RustGCStrategy.cpp Get 'make tidy' to work rustllvm and rt again 2011-10-21 17:35:52 -07:00
rustllvm.def.in rustc: Add support of generating LLVM assembly 2011-11-07 21:44:40 +08:00
RustWrapper.cpp rustc: Add support of generating LLVM assembly 2011-11-07 21:44:40 +08:00

This directory currently contains some LLVM support code. This will generally
be sent upstream to LLVM in time; for now it lives here.