[LLVMdev] llvmv build failure
Eric Christopher
echristo at apple.com
Thu Jul 22 14:53:52 PDT 2010
On Jul 22, 2010, at 8:57 AM, Fariborz Jahanian wrote:
>
> Building llvm is failing for me today. I am using clang++ to build
> (which has not changed).
>
> llvm[2]: Compiling EDMain.cpp for Debug+Asserts build (PIC)
> EDMain.cpp:267:39: error: C-style cast from '::EDTokenVisitor_t' (aka
> 'int (^)(EDTokenRef)') to 'llvm::EDTokenVisitor_t' (aka 'int (^)
> (llvm::EDToken *)') is not allowed
> return ((EDInst*)inst)->visitTokens((llvm::EDTokenVisitor_t)visitor);
> ^~~~~~~~~~~~~~~~~~~~~~~~
> 1 error generated.
> make[2]: *** [/Volumes/sandbox/llvm/tools/edis/Debug+Asserts/EDMain.o]
> Error 1
Tried a reconfigure?
-eric
More information about the llvm-dev
mailing list