[libc-commits] [PATCH] D127571: Initiating a RISC-V port of llvm-libc

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 14 09:06:43 PDT 2022


sivachandra added a comment.

That your `libllvmlibc.a` includes many syscall dependent entrypoints, and that your patch does not include a RISC-V syscall implementation, I am not confident that this is being tested in the correct way. As I requested in an earlier comment, I would like to see the ELF header for one of the object files in `libllvmlibc.a`. For example, can your share what you see when you run

  readelf -asW <path/to/libllvmlibc.a> | head -n 25


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127571



More information about the libc-commits mailing list