[LLVMdev] gfortran link failure in current llvm svn
Mike Stump
mrs at apple.com
Wed Aug 13 09:06:21 PDT 2008
On Aug 12, 2008, at 9:05 PM, Bill Wendling wrote:
> It's just horrendous.
The standard answer, we welcome your contribution.
> it appears like it still needs the darwin-c.c file linked in with it.
No. That way lies insanity. You want to create stub routines in the
ada/java/fortran front ends, or move the C specific bits into darwin-
c.c and ensure that the language independent parts don't directly call
anything from a C part.
More information about the llvm-dev
mailing list