mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 05:55:35 +08:00
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
30 KiB
30 KiB