[llvm] r210412 - Re-enable ARM ELF tests
Saleem Abdulrasool
compnerd at compnerd.org
Sat Jun 7 20:02:13 PDT 2014
On Sat, Jun 7, 2014 at 7:46 PM, Alp Toker <alp at nuanti.com> wrote:
> Author: alp
> Date: Sat Jun 7 21:46:02 2014
> New Revision: 210412
>
> URL: http://llvm.org/viewvc/llvm-project?rev=210412&view=rev
> Log:
> Re-enable ARM ELF tests
>
> r210408 inadvertently disabled them when X86 is not selected.
>
> Modified:
> llvm/trunk/test/MC/ELF/ARM/lit.local.cfg
>
> Modified: llvm/trunk/test/MC/ELF/ARM/lit.local.cfg
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/ARM/lit.local.cfg?rev=210412&r1=210411&r2=210412&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/MC/ELF/ARM/lit.local.cfg (original)
> +++ llvm/trunk/test/MC/ELF/ARM/lit.local.cfg Sat Jun 7 21:46:02 2014
> @@ -1,4 +1,4 @@
> targets = set(config.root.targets_to_build.split())
> -if not 'ARM' in targets:
> - config.unsupported = True
> -
> +# We have to reset config.unsupported here because the parent directory is
> +# predicated on 'X86'.
> +config.unsupported = not 'ARM' in targets
>
Thanks for fixing this!
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
--
Saleem Abdulrasool
compnerd (at) compnerd (dot) org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140607/fc3370bd/attachment.html>
More information about the llvm-commits
mailing list