On 31 January 2013 12:45, Chandler Carruth <chandlerc at google.com> wrote:> This to me says that the concerns and protections of the experimental > backend aren't needed, and are more likely to impede progress than help it > -- specifically, we won't get good build bot coverage and diverse host > compiler coverage until it's enabled. >+1 --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130131/d6ae361a/attachment.html>
Justin Holewinski
2013-Jan-31 17:58 UTC
[LLVMdev] RFC: Promote AArch64 to be built by default
Just FYI: the AArch64 tests fail on non-Linux platforms. On my Mac, I get 75 failures running 'ninja check', since the tests do not specify a triple and defaults to Darwin, which the backend rejects in createTLOF. I would expect the same behavior on Windows. On Thu, Jan 31, 2013 at 8:01 AM, Renato Golin <renato.golin at linaro.org>wrote:> On 31 January 2013 12:45, Chandler Carruth <chandlerc at google.com> wrote: > >> This to me says that the concerns and protections of the experimental >> backend aren't needed, and are more likely to impede progress than help it >> -- specifically, we won't get good build bot coverage and diverse host >> compiler coverage until it's enabled. >> > > +1 > > --renato > > _______________________________________________ > cfe-commits mailing list > cfe-commits at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > >-- Thanks, Justin Holewinski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130131/c96bff7b/attachment.html>
On Thu, Jan 31, 2013 at 5:58 PM, Justin Holewinski <justin.holewinski at gmail.com> wrote:> Just FYI: the AArch64 tests fail on non-Linux platforms. On my Mac, I get > 75 failures running 'ninja check', since the tests do not specify a triple > and defaults to Darwin, which the backend rejects in createTLOF. I would > expect the same behavior on Windows.Thanks very much, Justin. I'll make sure to resolve these on OSX and Windows before I flip the switch. Tim.
Maybe Matching Threads
- [LLVMdev] RFC: Promote AArch64 to be built by default
- [LLVMdev] RFC: Promote AArch64 to be built by default
- [LLVMdev] RFC: Promote AArch64 to be built by default
- [LLVMdev] [cfe-dev] RFC: Promote AArch64 to be built by default
- [LLVMdev] [cfe-dev] RFC: Promote AArch64 to be built by default