summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py
diff options
context:
space:
mode:
authorHsiangkai Wang <hsiangkai@gmail.com>2019-07-19 06:10:36 +0000
committerHsiangkai Wang <hsiangkai@gmail.com>2019-07-19 06:10:36 +0000
commitc5ecdd3c5a98d11e9286b3e416e9e0284d5c8c96 (patch)
treeda40cbe961b215c6fc9931bf7b1ffe56b71994a3 /lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py
parentf688226bc9f9324a13cc8476b7a331a853d2e062 (diff)
downloadbcm5719-llvm-c5ecdd3c5a98d11e9286b3e416e9e0284d5c8c96.tar.gz
bcm5719-llvm-c5ecdd3c5a98d11e9286b3e416e9e0284d5c8c96.zip
[DebugInfo] Some fields do not need relocations even relax is enabled.
In debug frame information, some fields, e.g., Length in CIE/FDE and Offset in FDE are attributes to describe the structure of CIE/FDE. They are not related to the relaxed code. However, these attributes are symbol differences. So, in current design, these attributes will be filled as zero and LLVM generates relocations for them. We only need to generate relocations for symbols in executable sections. So, if the symbols are not located in executable sections, we still evaluate their values under relaxation. Differential Revision: https://reviews.llvm.org/D61584 llvm-svn: 366531
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/interpreter/TestRunCommandInterpreterAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud