[lld] r280805 - Enable test on windows.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 13:41:52 PDT 2016


Yay. Thanks!

On Wed, Sep 7, 2016 at 5:09 AM, Rafael Espindola via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: rafael
> Date: Wed Sep  7 07:09:10 2016
> New Revision: 280805
>
> URL: http://llvm.org/viewvc/llvm-project?rev=280805&view=rev
> Log:
> Enable test on windows.
>
> It looks like it was disable just because we were missing a demangler.
>
> Modified:
>     lld/trunk/test/ELF/conflict.s
>
> Modified: lld/trunk/test/ELF/conflict.s
> URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/
> conflict.s?rev=280805&r1=280804&r2=280805&view=diff
> ============================================================
> ==================
> --- lld/trunk/test/ELF/conflict.s (original)
> +++ lld/trunk/test/ELF/conflict.s Wed Sep  7 07:09:10 2016
> @@ -1,4 +1,4 @@
> -# REQUIRES: x86, shell
> +# REQUIRES: x86
>
>  # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o
>  # RUN: not ld.lld %t1.o %t1.o -o %t2 2>&1 | FileCheck
> -check-prefix=DEMANGLE %s
>
>
> _______________________________________________
> 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/20160907/6e2ccc5d/attachment.html>


More information about the llvm-commits mailing list