summaryrefslogtreecommitdiff
path: root/test/ELF/eh-frame-multilpe-cie.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/eh-frame-multilpe-cie.s')
-rw-r--r--test/ELF/eh-frame-multilpe-cie.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/ELF/eh-frame-multilpe-cie.s b/test/ELF/eh-frame-multilpe-cie.s
deleted file mode 100644
index a52e686d9d153..0000000000000
--- a/test/ELF/eh-frame-multilpe-cie.s
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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: