[LLVMdev] Blocks/Closures + Clang + LLVM
Nico
listiges at arcor.de
Tue Oct 28 10:34:00 PDT 2008
Hi,
I tried the little examples from here:
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-August/002670.html
clang -fsyntax-only worked fine, but clang -emit-llvm had problems:
Assertion failed: (0 && "FIXME: Cannot get type of block pointer."),
function ConvertNewType, file CodeGenTypes.cpp, line 329.
I use svn revision 58329. Is it just a temporary problem or did it not
work at all?
Do I miss something?
I only want to know how blocks and local stack stuff a represented in
LLVM IR (.ll).
Thanks a lot,
Nico
More information about the llvm-dev
mailing list