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 |
||
|---|---|---|
| .. | ||
| README | ||
| RustGCMetadataPrinter.cpp | ||
| RustGCStrategy.cpp | ||
| rustllvm.def.in | ||
| RustWrapper.cpp | ||
This directory currently contains some LLVM support code. This will generally be sent upstream to LLVM in time; for now it lives here.