summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2018-09-12 21:34:39 +0000
committerHeejin Ahn <aheejin@gmail.com>2018-09-12 21:34:39 +0000
commit300f42fbce713633f77aee0c16e84f1ce840102b (patch)
tree1faf12a01bdb3319321c5442bb20234603c3f282 /lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client
parentd341988c86ce45a138ff78732dbbb80b78df2ad4 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud