[libc-commits] [PATCH] D145452: [libc] Add riscv64 syscall implementation.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Mar 7 11:55:01 PST 2023


sivachandra added a comment.

@mikhail.ramalho - there are two modes for building the libc, the overlay mode and the full build mode. With this patch, I am only bringing up the overlay mode. The signal macros and fenv pieces become relevant in the full build mode. Can we do them as follow ups?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145452



More information about the libc-commits mailing list