[llvm] r177901 - XFAIL DebugInfo tests for Hexagon.

David Blaikie dblaikie at gmail.com
Mon Mar 25 14:16:56 PDT 2013


On Mon, Mar 25, 2013 at 1:20 PM, Jyotsna Verma <jverma at codeaurora.org> wrote:
> Author: jverma
> Date: Mon Mar 25 15:20:34 2013
> New Revision: 177901
>
> URL: http://llvm.org/viewvc/llvm-project?rev=177901&view=rev
> Log:
> XFAIL DebugInfo tests for Hexagon.
>
> Hexagon does not support -filetype=obj(direct object generation) flag.

That seems like a strange limitation. Is there a bug for that? Could
you mention the bug with/near the XFAILs?

> Therefore,
> the following tests are being XFAILed:
>
> test/DebugInfo/dwarf-public-names.ll
> test/DebugInfo/member-pointers.ll
> test/DebugInfo/two-cus-from-same-file.ll
>
>
> Modified:
>     llvm/trunk/test/DebugInfo/dwarf-public-names.ll
>     llvm/trunk/test/DebugInfo/member-pointers.ll
>     llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll
>
> Modified: llvm/trunk/test/DebugInfo/dwarf-public-names.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/dwarf-public-names.ll?rev=177901&r1=177900&r2=177901&view=diff
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/dwarf-public-names.ll (original)
> +++ llvm/trunk/test/DebugInfo/dwarf-public-names.ll Mon Mar 25 15:20:34 2013
> @@ -1,6 +1,6 @@
>  ; RUN: llc -generate-dwarf-pubnames -filetype=obj -o %t.o < %s
>  ; RUN: llvm-dwarfdump -debug-dump=pubnames %t.o | FileCheck %s
> -;
> +; XFAIL: hexagon
>  ; ModuleID = 'dwarf-public-names.cpp'
>  ;
>  ; Generated from:
>
> Modified: llvm/trunk/test/DebugInfo/member-pointers.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/member-pointers.ll?rev=177901&r1=177900&r2=177901&view=diff
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/member-pointers.ll (original)
> +++ llvm/trunk/test/DebugInfo/member-pointers.ll Mon Mar 25 15:20:34 2013
> @@ -8,6 +8,7 @@
>  ; CHECK: DW_TAG_ptr_to_member_type
>  ; CHECK-NEXT: DW_AT_type [DW_FORM_ref4]       (cu + {{.*}} => {[[TYPE]]})
>  ; IR generated from clang -g with the following source:
> +; XFAIL: hexagon
>  ; struct S {
>  ; };
>  ;
>
> Modified: llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll?rev=177901&r1=177900&r2=177901&view=diff
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll (original)
> +++ llvm/trunk/test/DebugInfo/two-cus-from-same-file.ll Mon Mar 25 15:20:34 2013
> @@ -6,6 +6,7 @@
>  ; RUN: llc %s -o %t -filetype=obj -O0
>  ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
>
> +; XFAIL: hexagon
>  ; ModuleID = 'test.bc'
>
>  @str = private unnamed_addr constant [4 x i8] c"FOO\00"
>
>
> _______________________________________________
> 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