[PATCH] D80690: [RISCV] Support libunwind for riscv32
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 19 10:19:27 PDT 2020
MaskRay added inline comments.
================
Comment at: libunwind/src/Registers.hpp:3718
+#if defined(__riscv_flen)
+ #if __riscv_flen == 64
+ typedef double fp_t;
----------------
See above.
The style is:
`#` + spaces + `if`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80690/new/
https://reviews.llvm.org/D80690
More information about the llvm-commits
mailing list