diff options
author | Thomas Preud'homme <thomasp@graphcore.ai> | 2022-05-25 19:37:15 +0100 |
---|---|---|
committer | Thomas Preud'homme <thomasp@graphcore.ai> | 2022-05-25 20:51:14 +0100 |
commit | 8e757c6b500dc18f0cc5a7c027682ac2aacf8eb0 (patch) | |
tree | f9b06334364ba0f051f31e6a518212a3c2b8a54b /llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp | |
parent | 79e09af1d6e11b05c6484868f15a9a2db298699c (diff) | |
download | llvm-8e757c6b500dc18f0cc5a7c027682ac2aacf8eb0.zip llvm-8e757c6b500dc18f0cc5a7c027682ac2aacf8eb0.tar.gz llvm-8e757c6b500dc18f0cc5a7c027682ac2aacf8eb0.tar.bz2 |
Fix conversion error to Expected
On Ubuntu 18.04 with GCC 7.5 Intel trace code fails to build due to
failure to convert from
lldb_private::process_linux::IntelPTPerThreadProcessTraceUP to
Expected<lldb_private::process_linux::IntelPTPerThreadProcessTraceUP>.
This commit explicitely marks those unique_ptr values as being moved
which fixes the conversion error.
Reviewed By: wallace
Differential Revision: https://reviews.llvm.org/D126402
Diffstat (limited to 'llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions