Skip to content

Commit 766a8a9

Browse files
committed
fixup! remove redundant whitespace
1 parent c8d308b commit 766a8a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/DebugInfo/AArch64/DW_AT_APPLE_enum_kind.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: llc < %s -filetype=obj -o %t
22
; RUN: llvm-dwarfdump -v %t | FileCheck %s
3-
;
3+
44
; C++ source to regenerate:
55
; enum __attribute__((enum_extensibility(open))) OpenEnum {
66
; oe1
@@ -12,6 +12,7 @@
1212
;
1313
; $ clang++ -O0 -g debug-info-enum-kind.cpp -c
1414

15+
1516
; CHECK: .debug_abbrev contents:
1617

1718
; CHECK: [3] DW_TAG_enumeration_type DW_CHILDREN_yes

0 commit comments

Comments
 (0)