[llvm] r205621 - Tweak unconditional-branch.ll passing on any hosts, while investigating x86_64-mingw32.

Eric Christopher echristo at gmail.com
Fri Apr 4 07:01:45 PDT 2014


Why did you add the x86 triple in the first place? It shouldn't be
necessary.
On Apr 4, 2014 3:24 AM, "NAKAMURA Takumi" <geek4civic at gmail.com> wrote:

> Author: chapuni
> Date: Fri Apr  4 05:16:51 2014
> New Revision: 205621
>
> URL: http://llvm.org/viewvc/llvm-project?rev=205621&view=rev
> Log:
> Tweak unconditional-branch.ll passing on any hosts, while investigating
> x86_64-mingw32.
>
> Sorry for the breakage.
>
> For now, it will fail in two ways:
>
>   1. To fail for targeting x86_64-mingw32.
>     <stdin>:131:8: note: possible intended match here
>     0x30830a0100000002 3 0 1 0 0 is_stmt
>
>   2. To fail not to find the target x86.
>     llc: : error: unable to get target for 'x86_64-unknown-unknown',
>       see --version and --triple.
>
> 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=205621&r1=205620&r2=205621&view=diff
>
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/unconditional-branch.ll (original)
> +++ llvm/trunk/test/DebugInfo/unconditional-branch.ll Fri Apr  4 05:16:51
> 2014
> @@ -1,8 +1,12 @@
>  ; REQUIRES: object-emission
>  ; PR 19261
>
> -; FIXME: It is broken for targeting x86_64-cygming.
> -; RUN: llc -mtriple=x86_64-unknown-unknown -fast-isel=false -O0
> -filetype=obj %s -o %t
> +; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t
> +; RUN: llvm-dwarfdump %t | FileCheck %s
> +
> +; FIXME: Investigating.
> +; XFAIL: *
> +; RUN: llc -mtriple=x86_64-mingw32 -fast-isel=false -O0 -filetype=obj %s
> -o %t
>  ; RUN: llvm-dwarfdump %t | FileCheck %s
>
>  ; CHECK: {{0x[0-9a-f]+}}      1      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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140404/6947af78/attachment.html>


More information about the llvm-commits mailing list