[LLVMdev] gfortran calling convention

Chris Lattner sabre at nondot.org
Mon Sep 11 16:42:06 PDT 2006


On Mon, 11 Sep 2006, Michael McCracken wrote:
>> I really don't know how hard it will be either.  A nice aspect of the LLVM
>> changes is that their interface to the rest of the compiler (trees) are
>> relatively stable.
>
> What about their interactions with the other Apple changes?
> Could I get a working compiler out of only merging the "APPLE LOCAL
> LLVM" changes into gcc, or would I have to merge all the Apple changes
> also?
>
> As a quick count, I grepped for "APPLE LOCAL" and "APPLE LOCAL LLVM":
> "APPLE LOCAL" : ~6000
> "APPLE LOCAL*LLVM": 176 (includes "APPLE LOCAL LLVM" and "APPLE LOCAL
> begin LLVM", and one instance of "APPLE LOCAL LLVM begin")
>
> I might try the second, but I don't think I have the time for the first.

I'd only do the LLVM changes.  The non-llvm apple changes include a bunch 
of stuff you almost certainly don't care about. :)

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list