[lld] r221427 - [ELF] Implement isLittleEndian for all architectures

Shankar Easwaran shankare at codeaurora.org
Wed Nov 5 19:26:39 PST 2014


On 11/5/2014 9:15 PM, Joerg Sonnenberger wrote:
> On Thu, Nov 06, 2014 at 02:03:39AM -0000, Shankar Easwaran wrote:
>> [ELF] Implement isLittleEndian for all architectures
> X86 with Big Endian?
It would just be a matter of creating a TargetHandler for X86 with 
BigEndian, and have the API return false for isLittleEndian().

There might be other simpler ways too.

Shankar Easwaran

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation




More information about the llvm-commits mailing list