[PATCH] D22627: Fix PR28575
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 21 07:07:51 PDT 2016
rafael created this revision.
rafael added a reviewer: ruiu.
rafael added a subscriber: llvm-commits.
Not all relocations from a .eh_frame that point to an executable
section should be ignored. In particular, the relocation finding the
personality function should not.
This is a reduction from trying to bootstrap a static lld on linux.
https://reviews.llvm.org/D22627
Files:
ELF/InputSection.cpp
ELF/InputSection.h
ELF/MarkLive.cpp
ELF/OutputSections.cpp
ELF/OutputSections.h
test/ELF/eh-frame-gc2.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22627.64880.patch
Type: text/x-patch
Size: 12004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160721/45b39261/attachment.bin>
More information about the llvm-commits
mailing list