[LLVMdev] -fblocks?

Eric Mader emader at gmx.us
Tue Sep 30 17:28:19 PDT 2014


I'm trying to compile some C++ code on Windows that contains blocks. The 
compiler gives me the error that the blocks language feature is not 
enabled and that I should enable it with "-fblocks". When I add that 
compiler flag, the compile fails immediately saying "unknown argument: 
'-fblocks'"

Is this perhaps an incomplete feature?

Regards,
Eric Mader




More information about the llvm-dev mailing list