diff options
author | David Spickett <david.spickett@arm.com> | 2019-02-21 10:42:49 +0000 |
---|---|---|
committer | David Spickett <david.spickett@arm.com> | 2019-02-21 10:42:49 +0000 |
commit | 8ac2b181a1ee4e9f13c23341a391f50324cc9f3d (patch) | |
tree | 45c817fd91f7505894b4853c77a3522de8ca1a8f /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp | |
parent | 89efe24eba0b95c090c7e038f4ad78ad9a364d4d (diff) | |
download | bcm5719-llvm-8ac2b181a1ee4e9f13c23341a391f50324cc9f3d.tar.gz bcm5719-llvm-8ac2b181a1ee4e9f13c23341a391f50324cc9f3d.zip |
[AArch64] Print instruction before atomic semantic annotations
Commit r353303 added annotations when acquire semantics
were dropped from an instruction.
printAnnotation was called before printInstruction.
So if you didn't set a separate comment output stream
you got <comment><instr> instead of <instr><comment>
as expected.
To fix this move the new printAnnotation to after
the instruction is printed.
Differential Revision: https://reviews.llvm.org/D58059
llvm-svn: 354565
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions