[libcxx-commits] [PATCH] D80690: [RISCV] Support libunwind for riscv32

Luís Marques via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 17 02:08:42 PDT 2020


luismarques added a comment.

This seems roughly OK now. Does anyone with libunwind experience want to give it a thumbs up?
#libunwind <https://reviews.llvm.org/tag/libunwind/> people, does this LGTY?



================
Comment at: libunwind/src/Registers.hpp:3734
+# else
+// This is just for supresing undeclared error of fp_t.
+typedef double fp_t;
----------------
Nit: supresing -> suppressing


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80690/new/

https://reviews.llvm.org/D80690



More information about the libcxx-commits mailing list