[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / DebugInfo / AArch64 / eh-frame.ll
blob1becd769d52fca0822d49cb5a2729cbba02d5ce3
1 ; RUN: llc -filetype=obj -mtriple=aarch64 %s -o %t.o
2 ; RUN: llvm-readobj -r %t.o | FileCheck %s --check-prefix=REL32
3 ; RUN: llvm-dwarfdump --eh-frame %t.o 2>&1 | FileCheck %s
5 ; REL32:      R_AARCH64_PREL32 .text 0x0
6 ; REL32-NEXT: R_AARCH64_PREL32 .text 0x4
8 ; CHECK-NOT:  warning:
9 ; CHECK: FDE cie=00000000 pc=00000000...00000004
10 ; CHECK: FDE cie=00000000 pc=00000004...00000008
12 define void @foo() {
13 entry:
14   ret void
17 define void @bar() {
18 entry:
19   ret void