An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150716/4e949495/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: 201507161639320_Y2AH3IN3.gif Type: image/gif Size: 13168 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150716/4e949495/attachment.gif>
Hi Min, On Thu, Jul 16, 2015 at 12:39 AM, 김민성 <min.s.kim at samsung.com> wrote:> Currently armv8a arch is not included in the target qualification list for a new release. > > Do you know when armv8a arch to be included in the list and when the cross-compile validation (e.g. armv8a binary compiled x86_64 clang) to be supported ?I assume you're referring to this list: http://llvm.org/docs/HowToReleaseLLVM.html#id16 Unfortunately, I think that is pretty outdated. In practice, what happens is that the release testers qualify it on the platforms they run. In the case of ARM, that is tested by Renato, and I believe he usually tests both ARMv7 and AArch64. Thanks, Hans
On 16 July 2015 at 17:45, Hans Wennborg <hans at chromium.org> wrote:> Unfortunately, I think that is pretty outdated. In practice, what > happens is that the release testers qualify it on the platforms they > run. In the case of ARM, that is tested by Renato, and I believe he > usually tests both ARMv7 and AArch64.Yup, I do! :) That page is severely outdated! The best place to look is at the release page: http://llvm.org/releases/. Whatever is there was tested and benchmarked is similar ways + extended tests and benchmarks from the release tester or the rest of the community. AFAIK, all releases are build for all targets, so ARMv8 is present in all of them for you to cross-compile. They don't, however, have any libraries or linkers for all targets. I build and test ARMv7 and AArch64, but I'm not yet doing AArch32 builds. The check-all tests are being performed by all other releases, but I don't specifically run the test-suite or benchmarks in AArch32 mode, if that's what you want to know. cheers, --renato
Reasonably Related Threads
- LLVM issuse:AArch64 TargetParser
- LLVM issuse:AArch64 TargetParser
- LLVM issuse:AArch64 TargetParser
- Inconsistency in -march option between llc and clang
- [RFC] Making -mcpu=generic the default for ARM armv7a and arm8a rather than -mcpu=cortex-a8 or -mcpu=cortex-a53