]> granicus.if.org Git - clang/commit
IRgen/x86_32/Linux: Linux seems to align all stack objects to 4 bytes, unlike
authorDaniel Dunbar <daniel@zuster.org>
Thu, 16 Sep 2010 20:41:56 +0000 (20:41 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 16 Sep 2010 20:41:56 +0000 (20:41 +0000)
commitfb67d6c3814524fdd43bd2fb159f7c594eae581c
tree14d6798f9817f7a0c6d1120e2cca437e78599267
parenta02d183357424b007eb93170acf9577a4f1a34e1
IRgen/x86_32/Linux: Linux seems to align all stack objects to 4 bytes, unlike
Darwin. Checked vs the handiest Linux llvm-gcc I had around, someone on Linux is
welcome to investigate more.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@114112 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/x86_32-arguments-linux.c [new file with mode: 0644]