]> granicus.if.org Git - clang/commit
Turn off EH cleanups for __block variables; they caused some internal buildbot
authorJohn McCall <rjmccall@apple.com>
Thu, 22 Jul 2010 21:25:44 +0000 (21:25 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 22 Jul 2010 21:25:44 +0000 (21:25 +0000)
commitdb2cfecf0eb6683be103b8550026817426da2d42
tree919f4f7b974c959d0725eeb0faab0132b061c407
parenta8e5c5bdbe387b2552c1c23b828f54abcf085a40
Turn off EH cleanups for __block variables;  they caused some internal buildbot
failures.  There's a radar tracking this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109170 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp