[LLVMdev] compiling the full SPEC CPU2000 suite to LLVM bytecode

Chris Lattner sabre at nondot.org
Wed Aug 30 22:58:49 PDT 2006


On Thu, 31 Aug 2006, Kenneth Hoste wrote:
>>  $ grep F95 .../projects/llvm-test/Makefile.config
>
> -bash-3.00$ grep F95 projects/llvm-test/Makefile.config
> # F95: Enable LLVM to run Fortran benchmarks without a Fortran front-end
> USE_F95=1
> F95_DIR :=
> F95     := /work/NAG_f95/bin/f95
> F95_INC := /work/NAG_f95/lib
> F95_LIB := /work/NAG_f95/lib
>
> Looks ok to me...

It doesn't to me.  If you set F95_DIR to /work/NAG_f95 things will 
probably work much better for you.

> This is just a single error appearing, I'm getting hundreds, if not 
> thousands, of these error, for various benchmarks/files.
>
> Which LLVM version is working for you with F95?

LLVM 1.7+.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list