[libcxx-commits] [PATCH] D110144: [libunwind] Support cfi_undefined and cfi_register for float registers.
Daniel Kiss via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 29 09:50:32 PDT 2021
danielkiss added a comment.
@mstorsjo sorry for that, other tweak would be just the exclude the RegisterInRegister case for arm. I feel better with this than chaining the interface.
#ifndef _LIBUNWIND_TARGET_ARM
return registers.getFloatRegister((int)savedReg.value);
#endif
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110144/new/
https://reviews.llvm.org/D110144
More information about the libcxx-commits
mailing list