| commit | 626c997affc93fbf14fc48f6dad2ed430219cf9c | [log] [tgz] |
|---|---|---|
| author | Peter Smith <peter.smith@linaro.org> | Tue May 30 11:51:02 2017 +0000 |
| committer | Peter Smith <peter.smith@linaro.org> | Tue May 30 11:51:02 2017 +0000 |
| tree | 3437567bc709d20a05e9cc4c964e569e1577720b | |
| parent | c796245431f9ed6a20399c00fa0f373cfd2b2de1 [diff] |
[ELF] Add .ARM.exidx sentinel section to an OutputSectionDescription
When there is a linker script with .ARM.exidx in the SECTIONS
command we must add the .ARM.exidx sentinel section to the
InputSectionDescriptions as well as to OutputSection::Sections.
Differential Revision: https://reviews.llvm.org/D33496
llvm-svn: 304206