Displaying 1 result from an estimated 1 matches for "gettypeallocsizeinbits".
2010 Jan 08
3
[LLVMdev] Cygwin llvm-gcc regression
...mber -I../libdecnumber
-I/hom
e/ang/build/llvm/include -I/home/ang/svn/llvm/include -DL_powixf2 -c
/home/ang/s
vn/llvm-gcc/gcc/libgcc2.c -o libgcc/./_powixf2.o
assertion "(!TYPE_SIZE(Tr) || !Ty->isSized() || !isInt64(TYPE_SIZE(Tr),
true) ||
getInt64(TYPE_SIZE(Tr), true) ==
getTargetData().getTypeAllocSizeInBits(Ty)) &&
"LLVM type size doesn't match GCC type size!"" failed: file
"/home/ang/svn/llvm
-gcc/gcc/llvm-types.cpp", line 83
This assertion has not changed from the past and am not sure what is causing
this.
If someone more familiar with the code could have a lo...