diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-01 22:29:43 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-01-01 22:29:43 +0000 |
commit | 6994fdf33ca0853be55b7db01f7320c42441a79b (patch) | |
tree | 3e717209816c3396d9a320d32132cdde4c9a97c0 /llvm/tools/llvm-readobj/llvm-readobj.cpp | |
parent | 9a3da52ea2dd0a3d40c7d6addeadde7d4f6cdd9d (diff) | |
download | bcm5719-llvm-6994fdf33ca0853be55b7db01f7320c42441a79b.tar.gz bcm5719-llvm-6994fdf33ca0853be55b7db01f7320c42441a79b.zip |
Remove the 's' DataLayout specification
During the years there have been some attempts at figuring out how to
align byval arguments. A look at the commit log suggests that they
were
* Use the ABI alignment.
* When that was not sufficient for x86-64, I added the 's' specification to
DataLayout.
* When that was not sufficient Evan added the virtual getByValTypeAlignment.
* When even that was not sufficient, we just got the FE to add the alignment
to the byval.
This patch is just a simple cleanup that removes my first attempt at fixing the
problem. I also added an AArch64 implementation of getByValTypeAlignment to
make sure this patch is a nop. I also left the 's' parsing for backward
compatibility.
I will send a short email to llvmdev about the change for anyone maintaining
an out of tree target.
llvm-svn: 198287
Diffstat (limited to 'llvm/tools/llvm-readobj/llvm-readobj.cpp')
0 files changed, 0 insertions, 0 deletions