[libcxx-commits] [PATCH] D136264: [libunwind][RISCV] Support reading of VLENB CSR register
Fangrui Song via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 2 20:10:25 PST 2022
MaskRay added inline comments.
================
Comment at: libunwind/test/unwind_scalable_vectors.pass.cpp:16
+
+__attribute__((naked)) void foo() {
+#if defined(__riscv)
----------------
static
================
Comment at: libunwind/test/unwind_scalable_vectors.pass.cpp:16
+
+__attribute__((naked)) void foo() {
+#if defined(__riscv)
----------------
MaskRay wrote:
> static
Add a comment what this function does.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136264/new/
https://reviews.llvm.org/D136264
More information about the libcxx-commits
mailing list