[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:30:07 PST 2020
michaelrj added a comment.
> Do our tests depend on the generated headers? I thought they did, if so it will be very hard to remove our dependency on the rest of llvm.
Yes the tests depend on the generated headers, but it's possible to handwrite the headers if necessary, or even prebuild the headergen tool. This is what I've been doing for the project I've been working on, and this patch will let me run the unit tests.
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