]> granicus.if.org Git - clang/commit
Add a 's' specifications to AArch64.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 17 Dec 2013 23:30:58 +0000 (23:30 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 17 Dec 2013 23:30:58 +0000 (23:30 +0000)
commita11a957a03d2d3cd16470599a4a05413816efa25
tree6d2052e180dd7e7ccc72401640be636a9ade0844
parenta1800cfff8048ac92be51cd9919f2cd2b22a4239
Add a 's' specifications to AArch64.

This has no functionality change as clang adds explicit alignment info for
byval arguments. The only difference is that now the clang produced
DataLayout string for AArch64 is identical to the LLVM produced one.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197538 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/CodeGen/target-data.c