rust/src/librustc_trans
Alex Crichton 958d563825 trans: Clean up handling the LLVM data layout
Turns out for OSX our data layout was subtly wrong and the LLVM update must have
exposed this. Instead of fixing this I've removed all data layouts from the
compiler to just use the defaults that LLVM provides for all targets. All data
layouts (and a number of dead modules) are removed from the compiler here.
Custom target specifications can still provide a custom data layout, but it is
now an optional key as the default will be used if one isn't specified.
2015-07-16 20:25:52 -07:00
..
back trans: Clean up handling the LLVM data layout 2015-07-16 20:25:52 -07:00
save save-analysis: API-ify methods 2015-07-09 12:24:39 +12:00
trans trans: Clean up handling the LLVM data layout 2015-07-16 20:25:52 -07:00
lib.rs trans: Clean up handling the LLVM data layout 2015-07-16 20:25:52 -07:00
README.txt Make librustc's markdown README.txt claim to be markdown. 2015-03-20 13:29:13 +01:00

See the README.md in ../librustc.