Re: [PATCH v3 3/4] backends: Support returning lvalue and rvalue references

2023-02-14 Thread Mark Wielaard
Hi Ilya, On Mon, 2023-02-13 at 17:45 +0100, Ilya Leoshkevich wrote: > On the low level, they are the same as pointers. The change needs to be > done for all backends, so define a function and a macro to avoid > repetition. Also add a native test, which has to be implemented in C++. > Add the confi

[PATCH v3 3/4] backends: Support returning lvalue and rvalue references

2023-02-13 Thread Ilya Leoshkevich via Elfutils-devel
On the low level, they are the same as pointers. The change needs to be done for all backends, so define a function and a macro to avoid repetition. Also add a native test, which has to be implemented in C++. Add the configure check for it. Signed-off-by: Ilya Leoshkevich --- backends/aarch64_re