]> granicus.if.org Git - clang/commit
Fix the emission of ARC ivar layouts in the non-fragile Mac runtime.
authorJohn McCall <rjmccall@apple.com>
Thu, 29 Oct 2015 23:36:14 +0000 (23:36 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 29 Oct 2015 23:36:14 +0000 (23:36 +0000)
commit9c87880c943684428575c2a1dc1d3a53e78e53c2
tree937895caa59949f49ffe1bb170ba6d7e7fcf07e1
parent885ede724bb2f36c617d4b1c20c680467e744141
Fix the emission of ARC ivar layouts in the non-fragile Mac runtime.

My previous change in this area accidentally broke the rule when
InstanceBegin was not a multiple of the word size.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251666 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGObjCMac.cpp
test/CodeGenObjC/arc-ivar-layout.m