Displaying 2 results from an estimated 2 matches for "fortranexamples".
2011 Aug 31
4
[LLVMdev] llvm-gfortran problems
Hello,
I have been trying to compile a few small programs [
http://www.esm.psu.edu/~ajm138/fortranexamples.html] using llvm-gfortran.
Since I run my own pass on the generated bitcode, I have had to split the
compilation process into using llvm-gfortran, opt and then llvm-ld (for
linking, as I do with C/C++ programs). For now, I'll drop the `opt'
statement. Here's what I see while compiling:...
2011 Aug 31
0
[LLVMdev] llvm-gfortran problems
...tilize regular gcc compilers as frontends to
llvm: http://dragonegg.llvm.org/
It generates Fortran90 programs for me very well.
- D.
2011/9/1 Ashay Rane <ashay.rane at tacc.utexas.edu>:
> Hello,
> I have been trying to compile a few small programs
> [http://www.esm.psu.edu/~ajm138/fortranexamples.html] using llvm-gfortran.
> Since I run my own pass on the generated bitcode, I have had to split the
> compilation process into using llvm-gfortran, opt and then llvm-ld (for
> linking, as I do with C/C++ programs). For now, I'll drop the `opt'
> statement. Here's what I s...