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 13foo: 14