summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/module_section
diff options
context:
space:
mode:
authorSimon Atanasyan <simon@atanasyan.com>2018-08-29 14:54:01 +0000
committerSimon Atanasyan <simon@atanasyan.com>2018-08-29 14:54:01 +0000
commitdc7f04bcea8c150e34f07702d570cc203473ab47 (patch)
treed6f5e01b49c677087840874744a67a15355ef042 /lldb/packages/Python/lldbsuite/test/python_api/module_section
parenta7999216f8313aaebfd93bd0d2d76742a09e5388 (diff)
downloadbcm5719-llvm-dc7f04bcea8c150e34f07702d570cc203473ab47.tar.gz
bcm5719-llvm-dc7f04bcea8c150e34f07702d570cc203473ab47.zip
[mips] Fix microMIPS unconditional branch offset handling
MipsSEInstrInfo class defines for internal purpose unconditional branches as Mips::B nad Mips:J even in case of microMIPS code generation. Under some conditions that leads to the bug - for rather long branch which fits to Mips jump instruction offset size, but does not fit to microMIPS jump offset size, we generate 'short' branch and later show an error 'out of range PC16 fixup' after check in the isBranchOffsetInRange routine. Differential revision: https://reviews.llvm.org/D50615 llvm-svn: 340932
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/module_section')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud