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 3f3fde0 commit b7d596bCopy full SHA for b7d596b
‎llvm/test/DebugInfo/AArch64/DW_AT_APPLE_enum_kind.ll
@@ -1,5 +1,7 @@
1
; RUN: llc < %s -filetype=obj -o %t
2
; RUN: llvm-dwarfdump -v %t | FileCheck %s
3
+;
4
+; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s --check-prefix=CHECK-METADATA
5
6
; C++ source to regenerate:
7
; enum __attribute__((enum_extensibility(open))) OpenEnum {
@@ -12,6 +14,8 @@
12
14
;
13
15
; $ clang++ -O0 -g debug-info-enum-kind.cpp -c
16
17
+; CHECK-METADATA: enumKind: DW_APPLE_ENUM_KIND_Open
18
+; CHECK-METADATA: enumKind: DW_APPLE_ENUM_KIND_Closed
19
20
; CHECK: .debug_abbrev contents:
21
0 commit comments