This patch is a work in progress. Is this even something we think will be useful?
These lit tests are meant to be for correctness of the environment not of the implementations necessarily.
Differential D75427
[libc] Add llvm-lit testing infrastructure abrachet on Mar 1 2020, 1:08 PM. Authored by
Details
This patch is a work in progress. Is this even something we think will be useful? These lit tests are meant to be for correctness of the environment not of the implementations necessarily.
Diff Detail Event Timeline
Comment Actions Just answering the question in the "Summary": Yes, something like this is useful to check the integrity of llvmlibc.a and the public header files. But, I have not spent time to convince myself that llvm-lit is the best way to do it. Comment Actions I think it's probably not, now that I think more about it. In any case something like this might be too early given the current state of llvmlibc. |
I just realized I should use CMAKE_C_COMPILER in lit.site.cfg.py.in instead of just using clang, I will do that in the next round.