commit | 6ab275c0c803b1d825dccd0b418f918e97cc01bc | [log] [tgz] |
---|---|---|
author | George Rimar <[email protected]> | Fri Dec 25 09:51:42 2015 |
committer | George Rimar <[email protected]> | Fri Dec 25 09:51:42 2015 |
tree | 572fc575e0c32bef70b0da84b0634161092fa709 | |
parent | 11234ed7d34730117fec170c52f656246a46463a [diff] |
[ELF] - Fixed handling relocations against zero sized .eh_frame section. The file crtbeginT.o has relocations pointing to the start of an empty .eh_frame that is known to be the first in the link. It does that to identify the start of the output .eh_frame. Handle this special case. Differential revision: http://reviews.llvm.org/D15610 llvm-svn: 256414