[llvm-dev] Diff to add ARMv6L to Target parser
Artyom Skrobov via llvm-dev
llvm-dev at lists.llvm.org
Mon Jan 4 06:42:44 PST 2016
>> Going back through SVN history, I cannot find any evidence that ARMv6L ever existed.
>
> Oh, my bad!! I was thinking of ARMv7l... :/
>
> Nevertheless, I'll leave you guys to review this one, as I lost touch with the parser a while ago.
Ah, I see: ARMv7L is now an alias for ARMv7A.
So, if William has to add support for ARMv6L, I'd suggest he adds it as an alias, and not as an architecture variant.
>>> However, because the DefaultTargetTriple is armv6l-unknown-linux-gnueabihf
Where is this "armv6l" coming from? Is it a legacy GNU thing? Or is it a newly-coined name?
More information about the llvm-dev
mailing list