[LLVMdev] Is the head of llvm-gcc not working with the head of llvm for anyone else?

Bill Wendling isanbard at gmail.com
Sat Aug 15 17:19:26 PDT 2009


On Aug 15, 2009, at 5:05 PM, Erick Tryzelaar wrote:

> I just tried to compile llvm-gcc against the top of llvm and I ran
> into this error:
>
> /.../llvm/llvm-gcc-build/./prev-gcc/xgcc
> -B/.../llvm/llvm-gcc-build/./prev-gcc/
> -B/.../llvm/llvm-gcc-install/x86_64-unknown-linux-gnu/bin/ -c
> -DHAVE_CONFIG_H -g -O2 -I.
> -I/.../llvm/llvm-gcc-4.2/libiberty/../include  -W -Wall -pedantic
> -Wwrite-strings -Wstrict-prototypes -Wc++-compat
> /.../llvm/llvm-gcc-4.2/libiberty/fibheap.c -o fibheap.o
> cc1: .../llvm/llvm/include/llvm/CodeGen/ValueTypes.h:229: unsigned int
> llvm::MVT::getSizeInBits() const: Assertion `0 && "getSizeInBits
> called on extended MVT."' failed.
>
> Is anyone else getting this, or did I configure llvm-gcc to build
> incorrectly? This is what I specified:
>
Are you sure your llvm-gcc is up-to-date? Did you try a fresh build? :-)

-bw




More information about the llvm-dev mailing list