[llvm] r203706 - Add a triple to fix the test on OS X.

Eric Christopher echristo at gmail.com
Wed Mar 12 13:46:08 PDT 2014


Thanks Rafael!

-eric

On Wed, Mar 12, 2014 at 1:21 PM, Rafael Espindola
<rafael.espindola at gmail.com> wrote:
> Author: rafael
> Date: Wed Mar 12 15:21:35 2014
> New Revision: 203706
>
> URL: http://llvm.org/viewvc/llvm-project?rev=203706&view=rev
> Log:
> Add a triple to fix the test on OS X.
>
> Modified:
>     llvm/trunk/test/DebugInfo/X86/decl-derived-member.ll
>
> Modified: llvm/trunk/test/DebugInfo/X86/decl-derived-member.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/decl-derived-member.ll?rev=203706&r1=203705&r2=203706&view=diff
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/X86/decl-derived-member.ll (original)
> +++ llvm/trunk/test/DebugInfo/X86/decl-derived-member.ll Wed Mar 12 15:21:35 2014
> @@ -1,6 +1,6 @@
>  ; REQUIRES: object-emission
>
> -; RUN: %llc_dwarf -O0 -filetype=obj %s -o %t
> +; RUN: %llc_dwarf -mtriple x86_64-pc-linux -O0 -filetype=obj %s -o %t
>  ; RUN: llvm-dwarfdump %t | FileCheck %s
>
>  ; Testcase from:
>
>
> _______________________________________________
> 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