[PATCH] D81782: [lit] Allow for tests to have non-parsed requirements

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 12:37:35 PDT 2020


ldionne added a comment.

In D81782#2093428 <https://reviews.llvm.org/D81782#2093428>, @cbezault wrote:

> It can be found here <https://github.com/microsoft/STL/tree/master/tests/utils/stl>. It was based loosely off of the old libcxx test format. I'm probably going to submit a pretty significant re-working of it and/or see if I can adapt the new format to our needs whenever I have a free minute.


Nice! I think you should look at https://reviews.llvm.org/D81846 then -- it would allow specifying your own Lit config entirely from libc++'s CMake configuration. This way, you could point Lit to your own configuration made entirely from scratch. I also have examples of how to setup configurations from scratch that I'm going to submit patches for soon.


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

https://reviews.llvm.org/D81782





More information about the llvm-commits mailing list