[llvm-commits] [llvm] r131169 - /llvm/trunk/test/DebugInfo/debug_frame.ll

Galina Kistanova gkistanova at gmail.com
Fri May 13 12:27:33 PDT 2011


Hello Rafael,

Would you move this test in to X86 foulder, since it's platform-dependent.

Thanks

Galina

On Tue, May 10, 2011 at 4:14 PM, Rafael Espindola
<rafael.espindola at gmail.com> wrote:
> Author: rafael
> Date: Tue May 10 18:14:29 2011
> New Revision: 131169
>
> URL: http://llvm.org/viewvc/llvm-project?rev=131169&view=rev
> Log:
> Add triple.
>
> Modified:
>    llvm/trunk/test/DebugInfo/debug_frame.ll
>
> Modified: llvm/trunk/test/DebugInfo/debug_frame.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/debug_frame.ll?rev=131169&r1=131168&r2=131169&view=diff
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/debug_frame.ll (original)
> +++ llvm/trunk/test/DebugInfo/debug_frame.ll Tue May 10 18:14:29 2011
> @@ -1,4 +1,4 @@
> -; RUN: llc %s -o - | FileCheck %s
> +; RUN: llc %s -mtriple=i686-pc-linux-gnu -o - | FileCheck %s
>
>  ; Test that we produce a .debug_frame, not an .eh_frame
>
>
>
> _______________________________________________
> 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