diff options
author | Rui Ueyama <ruiu@google.com> | 2017-04-13 05:40:07 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2017-04-13 05:40:07 +0000 |
commit | 9d773f3cb2f3c0e26fc7f3c9a2c5931d12b17f7f (patch) | |
tree | 8135699037b3b16ddc5afe8918af10119b484be6 /llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | |
parent | 4365d4e951430a87ecd5e16e6d8e684bc55af001 (diff) | |
download | bcm5719-llvm-9d773f3cb2f3c0e26fc7f3c9a2c5931d12b17f7f.tar.gz bcm5719-llvm-9d773f3cb2f3c0e26fc7f3c9a2c5931d12b17f7f.zip |
Add comments for the RELRO segment.
RELRO is a feature to make segments read-only after dynamic relocations
are applied. It is different from read-only segments because RELRO is
initially writable. And of course RELRO is different from writable
segments.
RELRO is not a very well known feature. We have a series of checks to
make a decision whether a section should be in a RELRO segment or not,
but we didn't describe why. This patch adds comments to explain how
that decision is made.
llvm-svn: 300176
Diffstat (limited to 'llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp')
0 files changed, 0 insertions, 0 deletions