Displaying 4 results from an estimated 4 matches for "_fixunsxfdi".
Did you mean:
__fixunsxfdi
2006 Mar 15
0
[LLVMdev] Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
..../include -fPIC -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I.
-I../../2006-03-14-llvm-gcc-4/gcc -I../../2006-03-14-llvm-gcc-4/gcc/.
-I../../2006-03-14-llvm-gcc-4/gcc/../include
-I../../2006-03-14-llvm-gcc-4/gcc/../libcpp/include
-I/space/p2/ghost/build/llvm-cvs/include -DL_fixunsxfdi
-fvisibility=hidden -DHIDE_EXPORTS
-c ../../2006-03-14-llvm-gcc-4/gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o
cc1: /space/p2/ghost/build/llvm-cvs/include/llvm/Instructions.h:72: void
llvm::AllocationInst::setAlignment(unsigned int): Assertion `(Align &
(Align-1)) == 0 && "Alignment is...
2006 Mar 15
2
[LLVMdev] Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
>> Sorry for the delay, please try this tarball:
>> http://nondot.org/sabre/2006-03-02-llvm-gcc-4.tar.gz
>
> There's some confusion with --enable-llvm configure parameter. I've built
> LLVM to a separate build dir. The source is ~ghost/Work/llvm-cvs and build
> dir is /space/p2/ghost/build/llvm-cvs
...
> So, it seems like, at the same time:
>
> 1. buildir
2006 Mar 15
2
[LLVMdev] Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
On Wed, 15 Mar 2006, Vladimir Prus wrote:
>> Please give it a try and let me know if it works any better for you!
>
> Here we go:
Wow, you are good at finding problems! Thanks!
> -fvisibility=hidden -DHIDE_EXPORTS
> -c ../../2006-03-14-llvm-gcc-4/gcc/libgcc2.c -o libgcc/./_fixunsxfdi.o
> cc1: /space/p2/ghost/build/llvm-cvs/include/llvm/Instructions.h:72: void
> llvm::AllocationInst::setAlignment(unsigned int): Assertion `(Align &
> (Align-1)) == 0 && "Alignment is not a power of 2!"' failed.
> ../../2006-03-14-llvm-gcc-4/gcc/libgcc2.c: In f...
2006 Mar 15
0
[LLVMdev] Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
...te:
>>> Please give it a try and let me know if it works any better for you!
>>
>> Here we go:
>
> Wow, you are good at finding problems! Thanks!
>
>> -fvisibility=hidden -DHIDE_EXPORTS
>> -c ../../2006-03-14-llvm-gcc-4/gcc/libgcc2.c -o libgcc/./
>> _fixunsxfdi.o
>> cc1: /space/p2/ghost/build/llvm-cvs/include/llvm/Instructions.h:
>> 72: void
>> llvm::AllocationInst::setAlignment(unsigned int): Assertion `(Align &
>> (Align-1)) == 0 && "Alignment is not a power of 2!"' failed.
>> ../../2006-03-14-llv...