]> git.lizzy.rs Git - rust.git/commitdiff
rollup merge of #20271: vhbit/datalayout-fix
authorAlex Crichton <alex@alexcrichton.com>
Tue, 30 Dec 2014 00:36:38 +0000 (16:36 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 30 Dec 2014 00:36:38 +0000 (16:36 -0800)
According to http://llvm.org/docs/LangRef.html#data-layout correct syntax
for data layout is `a:<abi>:<pref>` so it looks like  `a0:<abi>:<pref>` is
either a typo or outdated syntax (as it goes back pretty deep in time)


Trivial merge