[LLVMdev] gfortran link failure in current llvm svn
Mike Stump
mrs at apple.com
Wed Aug 13 11:14:18 PDT 2008
On Aug 13, 2008, at 11:03 AM, Mike Stump wrote:
> On Aug 13, 2008, at 10:11 AM, Devang Patel wrote:
>> 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.
>
> This is wrong in this case.
Ah, stub-c.c is a llvm invention I wasn't up on... I think Devang
meant that file. I think that should work.
More information about the llvm-dev
mailing list