projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b0ce35
)
Move the XFAIL out of the middle of a comment.
author
Eric Christopher
<echristo@gmail.com>
Sat, 27 Apr 2013 01:07:22 +0000
(
01:07
+0000)
committer
Eric Christopher
<echristo@gmail.com>
Sat, 27 Apr 2013 01:07:22 +0000
(
01:07
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180659
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/DebugInfo/member-pointers.ll
patch
|
blob
|
history
diff --git
a/test/DebugInfo/member-pointers.ll
b/test/DebugInfo/member-pointers.ll
index db9c4c6b779f5d2df447eb6e5670f30bf2a10e28..a78aa629ec611d957cdb438bddef286d1f64fee7 100644
(file)
--- a/
test/DebugInfo/member-pointers.ll
+++ b/
test/DebugInfo/member-pointers.ll
@@
-1,4
+1,5
@@
; REQUIRES: object-emission
+; XFAIL: hexagon
; RUN: llc -filetype=obj -O0 < %s > %t
; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
@@
-10,7
+11,6
@@
; 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 {
; };
;