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 77bb77c commit 57eed15Copy full SHA for 57eed15
llvm/test/CodeGen/PowerPC/aix-ehinfo-sym.ll
@@ -4,6 +4,10 @@
4
; RUN: llc -mtriple powerpc64-ibm-aix -fast-isel -verify-machineinstrs < %s | \
5
; RUN: FileCheck %s
6
7
+; RUN: llc -mtriple powerpc64-ibm-aix -verify-machineinstrs -filetype=obj \
8
+; RUN: -o %t.o < %s
9
+; RUN: llvm-readobj --syms %t.o | FileCheck --check-prefix=SYM %s
10
+
11
; Function Attrs: nounwind
12
declare i32 @func1() #0
13
@@ -48,3 +52,10 @@ attributes #1 = { mustprogress noinline optnone }
48
52
49
53
; CHECK: __ehinfo.0:
50
54
; CHECK: .tc __ehinfo.0[TE],__ehinfo.0
55
56
+; SYM: Symbol {
57
+; SYM: Name: __ehinfo.0
58
+; SYM: CSECT Auxiliary Entry {
59
+; SYM: StorageMappingClass: XMC_TE (0x16)
60
+; SYM: }
61
0 commit comments