diff options
author | Rui Ueyama <ruiu@google.com> | 2019-02-07 18:12:57 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2019-02-07 18:12:57 +0000 |
commit | 04cbd988f9452c24dcb0353d674f859761952d21 (patch) | |
tree | c80c1160414dbccb4106d55043fed714e885363e /lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py | |
parent | 93fdec739bd05df0193e52584db3218678270d72 (diff) | |
download | bcm5719-llvm-04cbd988f9452c24dcb0353d674f859761952d21.tar.gz bcm5719-llvm-04cbd988f9452c24dcb0353d674f859761952d21.zip |
Fix a bug in R_X86_64_PC{8,16} relocation handling.
R_X86_64_PC{8,16} relocations are sign-extended, so when we check
for relocation overflow, we had to use checkInt instead of checkUInt.
I confirmed that GNU linkers create the same output for the test case.
llvm-svn: 353437
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py')
0 files changed, 0 insertions, 0 deletions