commit | ee881197b00186ada844ce0bb6969d6280a51775 | [log] [tgz] |
---|---|---|
author | Yonghong Song <[email protected]> | Mon Oct 21 03:22:03 2019 |
committer | Yonghong Song <[email protected]> | Mon Oct 21 03:22:03 2019 |
tree | 95788327b0476188152c9246e550dfbfca94eb5f | |
parent | 9d5ad5e45fe40a24ceb11d6f9b046d8077c90778 [diff] |
[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