Skip to content

Commit 6b111df

Browse files
Fix XFAIL in debug-names-asm-label.ll
Missing semicolon to make XFAIL a comment
1 parent 9011c1e commit 6b111df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/Generic/debug-names-asm-label.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
XFAIL: target={{.*}}-aix{{.*}}
1+
; XFAIL: target={{.*}}-aix{{.*}}
22
; Tests the mangling escape prefix gets stripped from the linkage name.
33
;
44
; RUN: %llc_dwarf -accel-tables=Dwarf -dwarf-linkage-names=All -filetype=obj -o %t < %s

0 commit comments

Comments
 (0)