aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/VirtualFileSystemTest.cpp
diff options
context:
space:
mode:
authorLU Hongyi <jwnhy0@gmail.com>2023-05-01 07:05:47 -0400
committerMichael Buch <michaelbuch12@gmail.com>2023-05-02 07:38:52 -0400
commite15d6b520e1e85d2cdf9ffc66f0c4698390eaa3d (patch)
treeb829eb7b2926b87c3f9a34a88e218493d509e78b /llvm/unittests/Support/VirtualFileSystemTest.cpp
parent2cdb6b84c157b5fe9c1e3540e7362beef2a7d8e6 (diff)
downloadllvm-e15d6b520e1e85d2cdf9ffc66f0c4698390eaa3d.zip
llvm-e15d6b520e1e85d2cdf9ffc66f0c4698390eaa3d.tar.gz
llvm-e15d6b520e1e85d2cdf9ffc66f0c4698390eaa3d.tar.bz2
[lldb][DWARFExpression] Fix DW_OP_div to use signed division
This patch resolves an issue where a value is incorrectly displayed if it is represented by DW_OP_div. This issue is caused by lldb evaluating operands of DW_OP_div as unsigned and performed unintended unsigned division. This issue is resolved by creating two temporary signed scalar and performing signed division. (Addresses GH#61727) Differential Revision: https://reviews.llvm.org/D147370
Diffstat (limited to 'llvm/unittests/Support/VirtualFileSystemTest.cpp')
0 files changed, 0 insertions, 0 deletions