[PATCH] D46566: Add a CIE with length 0 unconditionally.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 7 17:36:16 PDT 2018
MaskRay created this revision.
MaskRay added a reviewer: ruiu.
Herald added subscribers: llvm-commits, arichardson, emaste.
Herald added a reviewer: espindola.
This is not technically required, but glibc unwind-dw2-fde.c classify_object_over_fdes expects there is a CIE record length 0 as a terminator.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D46566
Files:
ELF/SyntheticSections.cpp
test/ELF/eh-frame-hdr-icf-fde.s
test/ELF/eh-frame-hdr.s
test/ELF/eh-frame-merge.s
test/ELF/ehframe-relocation.s
test/ELF/invalid-fde-rel.s
test/ELF/linkerscript/eh-frame-hdr.s
test/ELF/linkerscript/map-file2.test
test/ELF/linkerscript/synthetic-symbols1.test
test/ELF/map-file.s
test/ELF/relocatable-eh-frame.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46566.145606.patch
Type: text/x-patch
Size: 6986 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180508/dd06385c/attachment.bin>
More information about the llvm-commits
mailing list