[llvm-dev] Diff to add ARMv6L to Target parser

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Tue Jan 5 00:33:57 PST 2016


On 4 January 2016 at 14:42, Artyom Skrobov via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Ah, I see: ARMv7L is now an alias for ARMv7A.

The "armv7l" comes directly from the Linux kernel I believe: "armv7" +
"little-endian" (arch/arm/kernel/setup.c:638 ish). I'm not entirely
convinced the "l" belongs in any triple seen by LLVM, but if we do
support it we should probably handle it analogously to the "el"/"eb"
suffixes.

Cheers.

Tim.


More information about the llvm-dev mailing list