[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:35:23 PST 2016


On 14 December 2016 at 13:32, Renato Golin <renato.golin at linaro.org> wrote:
> 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.

Oh well, it seems I was being optimistic. It breaks now because no one
else has the AVRLIT_PORT.

http://lab.llvm.org:8011/builders/clang-cmake-aarch64-42vma/builds/2086/steps/ninja%20check%201/logs/stdio

Reverted in r289651.

cheers,
--renato


More information about the llvm-commits mailing list