[cfe-dev] blocks on linux

Dmitri Shubin sbn at tbricks.com
Fri Feb 15 04:57:52 PST 2013


Hello!

Is there recommended way of using Blocks on Linux (and other non-apple 
platforms)?

I can compile sources using '-fblocks' but then I need blocks runtime 
library.
There is BlocksRuntime directory in compiler-rt, but looks like it's not 
built when building clang.

I used http://sourceforge.net/projects/blocksruntime/ project and got 
libBlocksRuntime.a that seems working.

So what's the status of BlocksRuntime from compiler-rt?
Is it supposed to be build-able anywhere?

Thanks!



More information about the cfe-dev mailing list