[cfe-dev] Block_copy and friends

Sebastian Redl sebastian.redl at getdesigned.at
Wed Nov 25 04:18:06 PST 2009


Niko Matsakis wrote:
> On the Mac, I #include <Block.h> to make such warnings go away (or use  
> Objective-C and fire a copy message).  However, that header file  
> doesn't seem to be included in the clang sources anywhere.  How can I  
> make this work?
>   
I believe the runtime for blocks is in LLVM's compiler-rt subproject.

http://compiler-rt.llvm.org/

Sebastian



More information about the cfe-dev mailing list