[llvm] r190350 - Another attempt to fix windows buildbots.

Benjamin Kramer benny.kra at gmail.com
Wed Sep 11 02:48:46 PDT 2013


On 09.09.2013, at 22:29, Bill Wendling <isanbard at gmail.com> wrote:

> Author: void
> Date: Mon Sep  9 15:29:32 2013
> New Revision: 190350
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=190350&view=rev
> Log:
> Another attempt to fix windows buildbots.
> 
> Modified:
>    llvm/trunk/test/CodeGen/X86/compact-unwind.ll
>    llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll
> 
> Modified: llvm/trunk/test/CodeGen/X86/compact-unwind.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/compact-unwind.ll?rev=190350&r1=190349&r2=190350&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/compact-unwind.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/compact-unwind.ll Mon Sep  9 15:29:32 2013

This test still fails on the atom buildbot, you can reproduce it by adding -mcpu=atom to llc. It uses a slightly different epilogue for performance reasons; I'm not sure if the different CU is a bug or just reflects the differences in the asm.

- Ben

> @@ -3,7 +3,7 @@
> ; RUN:  | llvm-objdump -triple x86_64-apple-darwin11 -s - \
> ; RUN:  | FileCheck -check-prefix=CU %s
> ; RUN: llc < %s -disable-fp-elim -mtriple x86_64-apple-darwin11 \
> -; RUN:  | llvm-mc -filetype=obj -o - \
> +; RUN:  | llvm-mc -triple x86_64-apple-darwin11 -filetype=obj -o - \
> ; RUN:  | llvm-objdump -triple x86_64-apple-darwin11 -s - \
> ; RUN:  | FileCheck -check-prefix=FROM-ASM %s
> 
> 
> Modified: llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll?rev=190350&r1=190349&r2=190350&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/no-compact-unwind.ll Mon Sep  9 15:29:32 2013
> @@ -2,7 +2,7 @@
> ; RUN:  | llvm-objdump -triple x86_64-apple-macosx10.8.0 -s - \
> ; RUN:  | FileCheck -check-prefix=CU %s
> ; RUN: llc < %s -mtriple x86_64-apple-darwin11 \
> -; RUN:  | llvm-mc -filetype=obj -o - \
> +; RUN:  | llvm-mc -triple x86_64-apple-darwin11 -filetype=obj -o - \
> ; RUN:  | llvm-objdump -triple x86_64-apple-darwin11 -s - \
> ; RUN:  | FileCheck -check-prefix=FROM-ASM %s
> 
> 
> 
> _______________________________________________
> 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