[zorg] r287418 - [AVR] Compile the X86 backend on the AVR builder

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 18:47:21 PST 2016


This doesn't look right. I may be wrong, but AFAIK, we shouldn't have
generic tests that depend on a specific backend.

Are those tests that have an X86 triple that live in a non-X86 specific
directory?

On Fri, Nov 18, 2016 at 5:39 PM, Dylan McKay via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: dylanmckay
> Date: Fri Nov 18 19:39:07 2016
> New Revision: 287418
>
> URL: http://llvm.org/viewvc/llvm-project?rev=287418&view=rev
> Log:
> [AVR] Compile the X86 backend on the AVR builder
>
> There were a bunch of generic CodeGen tests which required that the X86
> backend is included.
>
> Modified:
>     zorg/trunk/buildbot/osuosl/master/config/builders.py
>
> Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
> URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/
> osuosl/master/config/builders.py?rev=287418&r1=287417&r2=287418&view=diff
> ============================================================
> ==================
> --- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
> +++ zorg/trunk/buildbot/osuosl/master/config/builders.py Fri Nov 18
> 19:39:07 2016
> @@ -81,7 +81,8 @@ def _get_llvm_builders():
>                          extra_cmake_args=[
>                            "-G", "Unix Makefiles",
>                            "-DCMAKE_BUILD_TYPE:STRING=Release",
> -                          "-DLLVM_TARGETS_TO_BUILD:STRING=AVR",
> +                          # We need to compile the X86 backend due to a
> few generic CodeGen tests.
> +                          "-DLLVM_TARGETS_TO_BUILD:STRING=AVR;X86",
>                            "-DLLVM_EXPERIMENTAL_TARGETS_
> TO_BUILD:STRING=AVR",
>                          ])}
>          ]
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161118/67869f97/attachment.html>


More information about the llvm-commits mailing list