diff options
author | Yonghong Song <yhs@fb.com> | 2019-10-21 03:22:03 +0000 |
---|---|---|
committer | Yonghong Song <yhs@fb.com> | 2019-10-21 03:22:03 +0000 |
commit | ee881197b00186ada844ce0bb6969d6280a51775 (patch) | |
tree | 95788327b0476188152c9246e550dfbfca94eb5f /lldb/packages/Python/lldbsuite/test/python_api/frame | |
parent | 9d5ad5e45fe40a24ceb11d6f9b046d8077c90778 (diff) | |
download | bcm5719-llvm-ee881197b00186ada844ce0bb6969d6280a51775.tar.gz bcm5719-llvm-ee881197b00186ada844ce0bb6969d6280a51775.zip |
[BPF] fix indirect call assembly code
Currently, for indirect call, the assembly code printed out as
callx <imm>
This is not right, it should be
callx <reg>
Fixed the issue with proper format.
Differential Revision: https://reviews.llvm.org/D69229
llvm-svn: 375386
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame')
0 files changed, 0 insertions, 0 deletions