[libc-commits] [PATCH] D152563: [libc] Minimal support for riscv32

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jun 12 16:12:23 PDT 2023


sivachandra added a comment.

In D152563#4415565 <https://reviews.llvm.org/D152563#4415565>, @phosek wrote:

> I wasn't aware of D148797 <https://reviews.llvm.org/D148797>, thanks for the pointer. I'm fine with either landing this one first and refactoring it later, or going directly D148797 <https://reviews.llvm.org/D148797> if you think it's going to land soon.

Go ahead and submit this. I think D148797 <https://reviews.llvm.org/D148797> will take time. It has been delayed for a few reasons and I am also guilty of the delay. Since the bar for baremetal configs at this time is "if it builds, it is good", you can land it and we will refactor later to eliminate duplicates between rv32 and rv64.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152563



More information about the libc-commits mailing list