[llvm] r289648 - [AVR] Add the very first on-target test

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 05:32:30 PST 2016


On 14 December 2016 at 12:03, Dylan McKay via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: dylanmckay
> Date: Wed Dec 14 06:03:39 2016
> New Revision: 289648
>
> URL: http://llvm.org/viewvc/llvm-project?rev=289648&view=rev
> Log:
> [AVR] Add the very first on-target test
>
> This test runs on actual AVR hardware.

Hi Dylan,

This test will fail as soon as anyone builds the AVR back-end without
access to AVR hardware.

It's also guaranteed to fail whenever the AVR back-end moves out of
experimental (when everyone will build it by default).

Please, revert this patch and do not add *any* execution tests to the LLVM tree.

Thanks!
--renato


More information about the llvm-commits mailing list