[llvm-commits] [llvm] r107625 - in /llvm/trunk/lib/Target/X86: X86ISelLowering.cpp X86Subtarget.cpp X86Subtarget.h

Eric Christopher echristo at apple.com
Mon Jul 5 16:20:59 PDT 2010


On Jul 5, 2010, at 1:41 PM, Eric Christopher wrote:

> 
> On Jul 5, 2010, at 12:54 PM, Anton Korobeynikov wrote:
> 
>>> If not we should fix it in triple. (and for now just "don't do that" if it is a problem)
>> Well, Daniel one day was strongly opposed to this. He thought that
>> such "short triplets" should not exist...
> 
> Try this llvm-gcc patch for now.  It seems to output what it should.

The patch worked for llvm-gcc configured with --target=i686-darwin and output i386-pc-darwin10.4 into the module which seems to be the desired behavior. :)

-eric



More information about the llvm-commits mailing list