[LLVMdev] fink llvm-gcc42 test packaging
Chris Lattner
sabre at nondot.org
Fri Dec 28 11:20:59 PST 2007
On Dec 27, 2007, at 6:48 PM, Jack Howarth wrote:
> I've created fink packaging for a building the llvm
> and llvm-gcc-4.2 svn pulls under fink on Mac OS X. Hopefully
> the fink info script and patch should be clear enough for
> some comments on my build approach. The llvm-gcc and llvm-g++
> compilers seem okay so far. The llvm-gfortran compiler seems to
> always spew a warning..
>
> WARNING: 128-bit integers not supported!
>
> ...even when just compiling a simple helloworld program
> with a single print statement.
128-bit integer arithmetic is in progress, but not fully supported yet
(and we have no firm ETA). This is http://llvm.org/bugs/show_bug.cgi?id=1462
if you are interested.
> I haven't done a complete
> make check-gfortran yet but a partial run looked to be
> failing about half of the testsuite. Here is the info
> and patch file I am using in fink.
Ok.
> ps I assume I am supposed to also install the llvm that I
> build for the llvm-gcc-4.2 front end as well as the
> llvm-gcc-4.2 front end itself.
I don't think this is needed. That would install tools like "llvm-
as", which are useful for LLVM developers, but are not generally
useful for end-users of the compiler.
>
> --- llvm-gcc-4.2-r45367.org/configure 2007-12-27
> 14:08:30.000000000 -0500
> +++ llvm-gcc-4.2-r45367/configure 2007-12-27
> 14:09:33.000000000 -0500
I applied this, thanks! In the future, please send patches as
attachments. If you're using apple 'mail', make sure to put the
patches in a file that ends with .patch, to avoid having mail inline
them. Thanks a lot Jack,
-Chris
More information about the llvm-dev
mailing list