Displaying 3 results from an estimated 3 matches for "1395d7ce".
2011 Aug 31
0
[LLVMdev] llvm-gfortran problems
Hello
> I am not very familiar with Fortran programs. I saw a few programs that had
> a "MAIN" subroutine defined, some others that did not. Am I missing
> something while compiling the code? Is there a different way to compile
> bitcode (from Fortran programs) to a native binary?
For Fortran MAIN is indeed something similar to C main, but not
exactly the same.
You have to
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
2011 Sep 12
3
[LLVMdev] llvm-gfortran problems
...properly, etc.
>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110912/1395d7ce/attachment.html>