rust/src/librustc_back
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
..
target trans: Clean up handling the LLVM data layout 2015-07-16 20:25:52 -07:00
abi.rs
lib.rs trans: Clean up handling the LLVM data layout 2015-07-16 20:25:52 -07:00
rpath.rs std: Expand the area of std::fs 2015-04-27 17:16:44 -07:00
sha2.rs Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
svh.rs
tempdir.rs Negative case of len() -> is_empty() 2015-04-14 20:26:03 -07:00