rust/src/rustllvm
gentlefolk f4518cdba7 Initial support for emitting DWARF for static vars.
Only supports crate level statics. No debug info is generated for
function level statics. Closes #9227.
2014-03-27 21:03:44 -04:00
..
llvm-auto-clean-trigger Update LLVM 2014-02-25 09:37:30 -08:00
PassWrapper.cpp rustc: Get rustc compiling with LLVM 3.{3,4} again 2014-02-26 15:01:15 -08:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.def.in Initial support for emitting DWARF for static vars. 2014-03-27 21:03:44 -04:00
rustllvm.h rustc: Get rustc compiling with LLVM 3.{3,4} again 2014-02-26 15:01:15 -08:00
RustWrapper.cpp Initial support for emitting DWARF for static vars. 2014-03-27 21:03:44 -04:00

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