]> granicus.if.org Git - clang/commit
Debug Info: Acknowledge the alignment when locating byref block variables.
authorAdrian Prantl <aprantl@apple.com>
Mon, 22 Jul 2013 23:44:26 +0000 (23:44 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 22 Jul 2013 23:44:26 +0000 (23:44 +0000)
commit334ded9f4933b4e4891b3fae11c31ca3d259e98d
tree10c443852476cf3e17a371a24074c2b8a34f7568
parentdf88082fd50a0eb6ab2a4f21ed6c4df005700ec8
Debug Info: Acknowledge the alignment when locating byref block variables.
Fixes rdar://problem/14386148

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186894 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenObjC/block-byref-debuginfo.m [new file with mode: 0644]