[LLVMdev] gfortran link failure in current llvm svn

Devang Patel dpatel at apple.com
Wed Aug 13 10:11:28 PDT 2008


On Aug 12, 2008, at 9:05 PM, Bill Wendling wrote:

> For some reason, they placed a whole bunch of
> ObjC-building code into darwin.c, then had it call this function in
> darwin-c.c. If I try to put that function into darwin.c, all hell
> breaks loose. So even though the Fortran stuff wouldn't call the Obj-C
> stuff in darwin.c, it appears like it still needs the darwin-c.c file
> linked in with it.


You add these routines in stub-objc.c for other FEs.
-
Devang



More information about the llvm-dev mailing list