diff options
author | George Rimar <grimar@accesssoftek.com> | 2017-02-17 19:34:05 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2017-02-17 19:34:05 +0000 |
commit | 647c1685b60e42332c33a760745c2dd85ed76ee8 (patch) | |
tree | 3353f365ed478687e14d60100274be2da34c8036 /llvm/lib | |
parent | fae3ac3e9b1b0ed02936d101c42a0f145b001f91 (diff) | |
download | bcm5719-llvm-647c1685b60e42332c33a760745c2dd85ed76ee8.tar.gz bcm5719-llvm-647c1685b60e42332c33a760745c2dd85ed76ee8.zip |
[ELF] - Move DependentSections vector from InputSection to InputSectionBase
I splitted it from D29273.
Since we plan to make relocatable sections as dependent for target ones for
--emit-relocs implementation, this change is required to support .eh_frame case.
EhInputSection inherets from InputSectionBase and not from InputSection.
So for case when it has relocation section, it should be able to access DependentSections
vector.
This case is real for Linux kernel.
Differential revision: https://reviews.llvm.org/D30084
llvm-svn: 295483
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions