forked from OSchip/llvm-project
Move the XFAIL out of the middle of a comment.
llvm-svn: 180659
This commit is contained in:
parent
df001f7fb2
commit
b2a602d730
|
@ -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 {
|
||||
; };
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue