diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2016-10-05 07:49:18 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2016-10-05 07:49:18 +0000 |
commit | 02b9c3f8c35c8e3d03e1ded3e6a3147205f7e6c0 (patch) | |
tree | 473f635b9fe668a4994311b746a261576670732e /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp | |
parent | 47cf72c34c5b11bef4717377dc1c5673d3f6a2cb (diff) | |
download | bcm5719-llvm-02b9c3f8c35c8e3d03e1ded3e6a3147205f7e6c0.tar.gz bcm5719-llvm-02b9c3f8c35c8e3d03e1ded3e6a3147205f7e6c0.zip |
[ELF] Do not merge sections in case of relocatable object generation
Do not merge sections if generating a relocatable object. It makes
the code simpler because we do not need to update relocations addends
to reflect changes introduced by merging. Instead of that we write
such "merge" sections into separate OutputSections and keep SHF_MERGE
/ SHF_STRINGS flags and sh_entsize value to be able to perform merging
later during a final linking.
Differential Revision: http://reviews.llvm.org/D25066
llvm-svn: 283300
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions