[llvm] r205560 - Revert r205551, "Attempt to XFAIL this on mingw and cygwin hosts." It didn't fail on cygming.

Eric Christopher echristo at gmail.com
Thu Apr 3 13:18:44 PDT 2014


This very much looked like it was failing on mingw. I tested it in
isolation with -mtriple.

That said, the llvm-dwarfdump errors are going to happen until someone
implements relocation handling in RelocToApply.

If it's not failing on cygwin that's cool then.

-eric

On Thu, Apr 3, 2014 at 1:08 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> Author: chapuni
> Date: Thu Apr  3 15:08:02 2014
> New Revision: 205560
>
> URL: http://llvm.org/viewvc/llvm-project?rev=205560&view=rev
> Log:
> Revert r205551, "Attempt to XFAIL this on mingw and cygwin hosts." It didn't fail on cygming.
>
> That said, it emits errors to the stderr (with exit(0));
>
>   error: failed to compute relocation: IMAGE_REL_I386_SECREL
>   error: failed to compute relocation: IMAGE_REL_I386_SECREL
>   error: failed to compute relocation: IMAGE_REL_I386_SECREL
>   error: failed to compute relocation: IMAGE_REL_I386_SECREL
>   error: failed to compute relocation: IMAGE_REL_I386_SECREL
>   error: failed to compute relocation: IMAGE_REL_I386_DIR32
>   error: failed to compute relocation: IMAGE_REL_I386_SECREL
>   error: failed to compute relocation: IMAGE_REL_I386_DIR32
>   error: failed to compute relocation: IMAGE_REL_I386_SECREL
>   error: failed to compute relocation: IMAGE_REL_I386_SECREL
>   error: failed to compute relocation: IMAGE_REL_I386_DIR32
>
> Modified:
>     llvm/trunk/test/DebugInfo/unconditional-branch.ll
>
> Modified: llvm/trunk/test/DebugInfo/unconditional-branch.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/unconditional-branch.ll?rev=205560&r1=205559&r2=205560&view=diff
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/unconditional-branch.ll (original)
> +++ llvm/trunk/test/DebugInfo/unconditional-branch.ll Thu Apr  3 15:08:02 2014
> @@ -4,9 +4,6 @@
>  ; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t
>  ; RUN: llvm-dwarfdump %t | FileCheck %s
>
> -; This isn't working on windows dwarf platforms, fail on those.
> -; XFAIL: mingw, cygwin
> -
>  ; CHECK: {{0x[0-9a-f]+}}      1      0      1   0             0  is_stmt
>  ; CHECK: {{0x[0-9a-f]+}}      2      0      1   0             0  is_stmt
>  ; CHECK: {{0x[0-9a-f]+}}      4      0      1   0             0  is_stmt
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list