rust/src/rustllvm
bors 3249de8c4f auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwalton
This pull request fixes #11083. The problem was that recursive type definitions were not properly handled for enum types, leading to problems with LLVM's metadata "uniquing". This bug has already been fixed for struct types some time ago (#9658) but I seem to have forgotten about enums back then. I added the offending code from issue #11083 as a test case.
2014-01-02 09:02:01 -08:00
..
llvm-auto-clean-trigger Update llvm. 2013-12-29 23:38:43 -05:00
PassWrapper.cpp Update llvm. 2013-12-29 23:38:43 -05:00
README add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
rustllvm.def.in Implement LTO 2013-12-09 14:41:49 -08:00
rustllvm.h Implement LTO 2013-12-09 14:41:49 -08:00
RustWrapper.cpp auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwalton 2014-01-02 09:02:01 -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.