[libc-commits] [PATCH] D91568: [libc] make part of libc's unit test framework independent of llvm

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Nov 17 10:39:19 PST 2020


michaelrj added a comment.

update: I was reminded of the other patch that I'm currently in the process of getting reviewed (linked here: https://reviews.llvm.org/D91394 <https://reviews.llvm.org/D91394>) that will make the string and math tests independent of headergen since they can use the system libc's header. This means if I can make the unit tests fully independent then you can bring up both the string and math parts of LLVM-libc without the whole project.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91568



More information about the libc-commits mailing list