[patch] Use __literal16 on x86-64

Nick Kledzik kledzik at apple.com
Thu Feb 13 15:11:37 PST 2014


.literal16 support was added to Apple’s linker and assembler for ppc64 which was circa 2005.   The only reason to not just use it is if LLVM wants to support some one using a really old linker or (cctools) assembler.  So, this second patch looks good to me.

-Nick

On Feb 13, 2014, at 3:08 PM, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
> On 13 February 2014 17:36, Jim Grosbach <grosbach at apple.com> wrote:
>> Seems reasonable enough to me, but Nick and Kevin are the real experts.
>> 
>> Pretty sure the comment about ld_classic above these lines hasn’t been true for a while, FWIW.
> 
> Awesome!
> 
> So maybe we should use this patch instead?
> 
> Cheers,
> Rafael
> <t.patch>





More information about the llvm-commits mailing list