[LLVMdev] gfortran link failure in current llvm svn
Duncan Sands
baldrick at free.fr
Wed Aug 13 09:36:16 PDT 2008
> > 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.
There are already stub-c.c and stub-objc.c, which are used by the various
non-C front-ends to work around the existing worms in the Apple.
Ciao,
Duncan.
More information about the llvm-dev
mailing list