rust/src/rustllvm
Daniel Micay 7bad416765 have LLVM print type strings for us
Example:

    void ({ i64, %tydesc*, i8*, i8*, i8 }*, i64*, %"struct.std::fmt::Formatter[#1]"*)*

Before, we would print 20 levels deep due to recursion in the type
definition.
2013-10-11 20:26:08 -04:00
..
llvm-auto-clean-trigger
PassWrapper.cpp add -Z soft-float option 2013-10-01 11:19:18 +08:00
README
rustllvm.def.in have LLVM print type strings for us 2013-10-11 20:26:08 -04:00
rustllvm.h
RustWrapper.cpp have LLVM print type strings for us 2013-10-11 20:26:08 -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.