Files
clang-p2996/lldb/test/Shell/Unwind/Inputs/unwind-plan-dwarf-dump.s
Jonas Devlieghere 87aa9c9e4d Re-land "[test] Split LLDB tests into API, Shell & Unit"
The original patch got reverted because it broke `check-lldb` on a clean
build. This fixes that.

llvm-svn: 374201
2019-10-09 19:22:02 +00:00

14 lines
320 B
ArmAsm

.text
.globl main
.type main, @function
main:
.LFB0:
.cfi_startproc
.cfi_escape 0x0f, 0x05, 0x77, 0x00, 0x08, 0x00, 0x22
.cfi_escape 0x16, 0x10, 0x04, 0x09, 0xf8, 0x22, 0x06
movl $47, %eax
ret
.cfi_endproc
.LFE0:
.size main, .-main