XFAIL DebugInfo tests for Hexagon.
authorJyotsna Verma <jverma@codeaurora.org>
Mon, 25 Mar 2013 20:20:34 +0000 (20:20 +0000)
committerJyotsna Verma <jverma@codeaurora.org>
Mon, 25 Mar 2013 20:20:34 +0000 (20:20 +0000)
Hexagon does not support -filetype=obj(direct object generation) flag. 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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177901 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/dwarf-public-names.ll
test/DebugInfo/member-pointers.ll
test/DebugInfo/two-cus-from-same-file.ll

index 73527f48ddc6b23fe7c6337271a35c27d1f02313..52b2397714e37c8efcaeb0e8ba0c2016198479ed 100644 (file)
@@ -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:
index b9883662f72465861866cd9bc7e4fa7d10694af5..4b77189563fe97374eb6d91f9f3c518a31549904 100644 (file)
@@ -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 {
 ; };
 ;
index 64dd422fbeed526d4ee33fc75d20fce315cabd1e..58671d59f748350adc60587ab45d92fd07be1aa0 100644 (file)
@@ -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"