[libc-commits] [PATCH] D145594: [libc] Add fenv_t and signal macros in riscv

Mikhail Ramalho via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Mar 8 10:01:55 PST 2023


mikhail.ramalho added inline comments.


================
Comment at: libc/config/linux/app.h:40
+    defined(LIBC_TARGET_ARCH_IS_AARCH64) ||                                    \
+    defined(LIBC_TARGET_ARCH_IS_RISCV64)
 // At the language level, argc is an int. But we use uint64_t as the x86_64
----------------
sivachandra wrote:
> Do we need this change for full build?
I'll double-check


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145594



More information about the libc-commits mailing list