[Lldb-commits] [PATCH] D140032: [LLDB][RISCV] Add RVD instruction support for EmulateInstructionRISCV
Emmmer S via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 15 03:48:43 PST 2022
Emmmer added a comment.
In D140032#3997459 <https://reviews.llvm.org/D140032#3997459>, @DavidSpickett wrote:
>> Are we going to use C++20 or something else? But I see the function transform() we need was introduced in C++23.
>
> Good point, it would be c++20. If you want to look into the status of the switchover feel free, but you can leave them as llvm::Optional for now.
>
> If someone does get around to changing this code to std::optional they will be adding you on review anyway.
I got this, thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140032/new/
https://reviews.llvm.org/D140032
More information about the lldb-commits
mailing list