[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
Mon Jun 13 13:13:11 PDT 2022


sivachandra added a comment.

Can you share the elf header for one of the object files in libllvmlibc.a. Also, can you share the list of files in libllvmlibc.a? The way to do it would be do:

  readelf -asW <path/to/libllvmlibc.a> | grep "File: "


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