summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-03-25 20:20:34 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-03-25 20:20:34 +0000
commit2dd5fcc8f550540e2fb5d82ec23346dda9afa4cf (patch)
tree47a34852953cbc65da0efb6abd66e379a0f4959f /llvm/test
parentfbd8de83db6648880a808c8ccbd7ab8e14bbe4fa (diff)
downloadbcm5719-llvm-2dd5fcc8f550540e2fb5d82ec23346dda9afa4cf.tar.gz
bcm5719-llvm-2dd5fcc8f550540e2fb5d82ec23346dda9afa4cf.zip
XFAIL DebugInfo tests for Hexagon.
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 llvm-svn: 177901
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/DebugInfo/dwarf-public-names.ll2
-rw-r--r--llvm/test/DebugInfo/member-pointers.ll1
-rw-r--r--llvm/test/DebugInfo/two-cus-from-same-file.ll1
3 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/dwarf-public-names.ll b/llvm/test/DebugInfo/dwarf-public-names.ll
index 73527f48ddc..52b2397714e 100644
--- a/llvm/test/DebugInfo/dwarf-public-names.ll
+++ b/llvm/test/DebugInfo/dwarf-public-names.ll
@@ -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:
diff --git a/llvm/test/DebugInfo/member-pointers.ll b/llvm/test/DebugInfo/member-pointers.ll
index b9883662f72..4b77189563f 100644
--- a/llvm/test/DebugInfo/member-pointers.ll
+++ b/llvm/test/DebugInfo/member-pointers.ll
@@ -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 {
; };
;
diff --git a/llvm/test/DebugInfo/two-cus-from-same-file.ll b/llvm/test/DebugInfo/two-cus-from-same-file.ll
index 64dd422fbee..58671d59f74 100644
--- a/llvm/test/DebugInfo/two-cus-from-same-file.ll
+++ b/llvm/test/DebugInfo/two-cus-from-same-file.ll
@@ -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"
OpenPOWER on IntegriCloud