[llvm-dev] Building SPEC CPU2006 Fortran benchmarks with llvm

C Bergström via llvm-dev llvm-dev at lists.llvm.org
Thu Nov 12 13:01:03 PST 2015


Your easiest option is just provide a Fortran compiler and ignore the
Fortran benchmarks as part of your clang evaluation. I don't think the
F2C option is designed to source-to-source convert the Fortran codes
over to C if that's what you thought it does.


On Fri, Nov 13, 2015 at 3:56 AM, sachin arora via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hello,
>
> I have built llvm with some added Machine Function Passes and I am trying to
> use it to build the SPEC CPU2006 benchmarks. I am using llvm test-suite to
> build the benchmarks. I configured the test-suite with "--with-f2c" but
> still none of the fortran benchmarks are built or compiled. I tried running
> simple and nightly tests. Kindly let me know if I am missing some steps and
> if not then what might be the problem. Thank you.
>
> --
> Regards,
> Sachin
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>


More information about the llvm-dev mailing list