[llvm-commits] [llvm] r171759 - /llvm/trunk/test/DebugInfo/member-pointers.ll

NAKAMURA Takumi geek4civic at gmail.com
Mon Jan 7 19:49:41 PST 2013


David, it unveiled a failure in targetting ppc-linux. It could be
reprod with "llc -march=ppc{32|64}".

http://lab.llvm.org:8011/builders/llvm-ppc64-linux2/builds/2856
http://bb.pgr.jp/builders/clang-ppc-linux/builds/471

Oh, also to mips.
http://lab.llvm.org:8011/builders/llvm-mips-linux/builds/403

...Takumi

2013/1/8 David Blaikie <dblaikie at gmail.com>:
> Author: dblaikie
> Date: Mon Jan  7 11:52:49 2013
> New Revision: 171759
>
> URL: http://llvm.org/viewvc/llvm-project?rev=171759&view=rev
> Log:
> Make test/DebugInfo/member-pointers.ll portable by removing the TargetData
>
> Modified:
>     llvm/trunk/test/DebugInfo/member-pointers.ll
>
> Modified: llvm/trunk/test/DebugInfo/member-pointers.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/member-pointers.ll?rev=171759&r1=171758&r2=171759&view=diff
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/member-pointers.ll (original)
> +++ llvm/trunk/test/DebugInfo/member-pointers.ll Mon Jan  7 11:52:49 2013
> @@ -9,10 +9,6 @@
>  ; int S::*x = 0;
>  ; void (S::*y)(int) = 0;
>
> -; ModuleID = 'simple.cpp'
> -target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
> -target triple = "x86_64-unknown-linux-gnu"
> -
>  @x = global i64 -1, align 8
>  @y = global { i64, i64 } zeroinitializer, align 8
>
>
>
> _______________________________________________
> 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