mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Move the XFAIL out of the middle of a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180659 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b0ce3570c
commit
85c16ef612
@ -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
Block a user