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

David Blaikie dblaikie at gmail.com
Tue Jan 8 19:15:15 PST 2013


On Tue, Jan 8, 2013 at 7:13 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> llvm-dwarfdump was not aware of big endian. I tweaked in r171943.
>
> http://lab.llvm.org:8011/builders/llvm-ppc64-linux2/builds/2902

Thanks so much for the investigation & fix.

- David

>
> 2013/1/8 David Blaikie <dblaikie at gmail.com>:
>> On Mon, Jan 7, 2013 at 7:49 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
>>> 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
>>
>> Curious - could you provide the complete output (the input to
>> FileCheck) from your clang ppc builder? I'm curious as to what's
>> missing.
>>
>>>
>>> ...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