"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "713ab3796512498b5f4e6ed79ea2ff4e6aa8df9b"
When converting a block pointer to an Objective-C pointer type, extend
the lifetime of the block by copying it to the heap, or else we'll get a dangling reference because the code working with the non-block-typed object will not know it needs to copy. There is some danger here, e.g. with assigning a block literal to an unsafe variable, but, well, it's an unsafe variable. llvm-svn: 139451
Loading
Please register or sign in to comment