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

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Mar 8 09:48:26 PST 2023


sivachandra 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
----------------
Do we need this change for full build?


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