We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d308b commit 766a8a9Copy full SHA for 766a8a9
llvm/test/DebugInfo/AArch64/DW_AT_APPLE_enum_kind.ll
@@ -1,6 +1,6 @@
1
; RUN: llc < %s -filetype=obj -o %t
2
; RUN: llvm-dwarfdump -v %t | FileCheck %s
3
-;
+
4
; C++ source to regenerate:
5
; enum __attribute__((enum_extensibility(open))) OpenEnum {
6
; oe1
@@ -12,6 +12,7 @@
12
;
13
; $ clang++ -O0 -g debug-info-enum-kind.cpp -c
14
15
16
; CHECK: .debug_abbrev contents:
17
18
; CHECK: [3] DW_TAG_enumeration_type DW_CHILDREN_yes
0 commit comments