summaryrefslogtreecommitdiff
path: root/test/DebugInfo/member-pointers.ll
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
commit7f7f6a8da456a822d5bc6a048d96ac8c53935587 (patch)
treef37b2b7692493edd8f726aaf81f20d2350b4fb42 /test/DebugInfo/member-pointers.ll
parent0c8f21afbd31e796c18a6a59b9f1039a71145c96 (diff)
downloadllvm-7f7f6a8da456a822d5bc6a048d96ac8c53935587.tar.gz
llvm-7f7f6a8da456a822d5bc6a048d96ac8c53935587.tar.bz2
llvm-7f7f6a8da456a822d5bc6a048d96ac8c53935587.tar.xz
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177901 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/member-pointers.ll')
-rw-r--r--test/DebugInfo/member-pointers.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DebugInfo/member-pointers.ll b/test/DebugInfo/member-pointers.ll
index b9883662f7..4b77189563 100644
--- a/test/DebugInfo/member-pointers.ll
+++ b/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 {
; };
;