[llvm-dev] Diff to add ARMv6L to Target parser
Artyom Skrobov via llvm-dev
llvm-dev at lists.llvm.org
Wed Jan 6 10:02:37 PST 2016
William, what revision of LLVM is your patch based on?
The trunk hasn't had ARM_ARCH("armv6hl") since r252903 (Nov 12th)
-----Original Message-----
From: William Dillon [mailto:william at housedillon.com]
Sent: 06 January 2016 17:55
To: Renato Golin
Cc: Tim Northover; LLVM Dev; nd; Artyom Skrobov; Daniel Sanders; Eric Christopher
Subject: Re: [llvm-dev] Diff to add ARMv6L to Target parser
Taking the suggestions of the group under consideration, I’ve generated a new diff. The thing to note is that armv6l is now treated identically to armv6hl. I’ve also added a unit test.
This seems to me to be the least invasive method, and holds to existing conventions as closely as possible.
Thoughts?
More information about the llvm-dev
mailing list