]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/ELF/eh-frame-multilpe-cie.s
Vendor import of lld trunk r338150:
[FreeBSD/FreeBSD.git] / test / ELF / eh-frame-multilpe-cie.s
1 // REQUIRES: x86
2 // RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux
3 // RUN: ld.lld --eh-frame-hdr %t.o -o /dev/null -shared
4 // We would fail to parse multiple cies in the same file.
5
6         .cfi_startproc
7         .cfi_personality 0x9b, foo
8         .cfi_endproc
9
10         .cfi_startproc
11         .cfi_endproc
12
13 foo: