diff options
author | Heejin Ahn <aheejin@gmail.com> | 2018-09-12 21:34:39 +0000 |
---|---|---|
committer | Heejin Ahn <aheejin@gmail.com> | 2018-09-12 21:34:39 +0000 |
commit | 300f42fbce713633f77aee0c16e84f1ce840102b (patch) | |
tree | 1faf12a01bdb3319321c5442bb20234603c3f282 /lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client | |
parent | d341988c86ce45a138ff78732dbbb80b78df2ad4 (diff) | |
download | bcm5719-llvm-300f42fbce713633f77aee0c16e84f1ce840102b.tar.gz bcm5719-llvm-300f42fbce713633f77aee0c16e84f1ce840102b.zip |
[WebAssembly] Make tied inline asm operands work again
Summary:
rL341389 broke code with tied register operands in inline assembly. For
example, `asm("" : "=r"(var) : "0"(var));`
The code above specifies the input operand to be in the same register
with the output operand, tying the two register. This patch makes this
kind of code work again.
Reviewers: dschuff
Subscribers: sbc100, jgravelle-google, eraman, sunfish, llvm-commits
Differential Revision: https://reviews.llvm.org/D51991
llvm-svn: 342084
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client')
0 files changed, 0 insertions, 0 deletions