diff options
author | George Rimar <grimar@accesssoftek.com> | 2017-10-06 09:56:24 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2017-10-06 09:56:24 +0000 |
commit | 2727ce2c1fbec939e1bc7e9f72367b52cf3e0301 (patch) | |
tree | 14683924b99c0b9f4fb23948047029ccdabaf9df /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 148d75d8d5f54cb72ba082194ad2c7e4a37afd29 (diff) | |
download | bcm5719-llvm-2727ce2c1fbec939e1bc7e9f72367b52cf3e0301.tar.gz bcm5719-llvm-2727ce2c1fbec939e1bc7e9f72367b52cf3e0301.zip |
[ELF] - Do not produce broken .dynsym with --no-rosegment.
We produce broken output currently.
Code that writes .dynsym assumes output buffer is zero-filled,
though that is not always true. When --no-rosegment is given,
buffer can be filled with trap instructions. Patch fixes the issue.
It is relative with PR34705.
Differential revision: https://reviews.llvm.org/D38579
llvm-svn: 315053
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions