• A
    trans: Clean up handling the LLVM data layout · 958d5638
    Alex Crichton 提交于
    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.
    958d5638
x86_64_pc_windows_gnu.rs 1.1 KB