diff options
author | Igor Kudrin <ikudrin@accesssoftek.com> | 2021-11-24 12:17:03 +0700 |
---|---|---|
committer | Igor Kudrin <ikudrin@accesssoftek.com> | 2021-11-24 12:17:09 +0700 |
commit | 8cdf1c1edb937b192d162f299127fad8d9dc0faa (patch) | |
tree | 4eebf432ad6328564af1f12becfc2aa33155f3ca /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 55792b5ac44e4c0d3a8feb8a793d60d58e38cf20 (diff) | |
download | llvm-8cdf1c1edb937b192d162f299127fad8d9dc0faa.zip llvm-8cdf1c1edb937b192d162f299127fad8d9dc0faa.tar.gz llvm-8cdf1c1edb937b192d162f299127fad8d9dc0faa.tar.bz2 |
[ELF] Support the "read-only" memory region attribute
The attribute 'r' allows (or disallows for the negative case) read-only
sections, i.e. ones without the SHF_WRITE flag, to be assigned to the
memory region. Before the patch, lld could put a section in the wrong
region or fail with "error: no memory region specified for section".
Differential Revision: https://reviews.llvm.org/D113771
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions