aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/eh-frame-multilpe-cie.s
blob: a52e686d9d153e565b78475b4c6bb5e85cf87a10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// REQUIRES: x86
// RUN: llvm-mc %s -o %t.o -filetype=obj -triple=x86_64-pc-linux
// RUN: ld.lld --eh-frame-hdr %t.o -o /dev/null -shared
// We would fail to parse multiple cies in the same file.

        .cfi_startproc
        .cfi_personality 0x9b, foo
        .cfi_endproc

        .cfi_startproc
        .cfi_endproc

foo: