[libcxx-commits] [PATCH] D77673: [libc++] Update the documentation for running Lit to reflect reality

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 7 12:32:25 PDT 2020


ldionne created this revision.
Herald added subscribers: libcxx-commits, jfb, dexonsmith, jkorous.
Herald added a project: libc++.
Herald added a reviewer: libc++.
ldionne added subscribers: zoecarver, EricWF, __simt__, broadwaylamb, danalbert.
ldionne added a comment.

Adding folks who might be interested. I'm especially interested to know if anyone's workflow differs from what I'm documenting in my changes, and if so, how does it differ.


Our documentation for running LIT is basically wrong, since it doesn't
mention `llvm-lit`, and nothing works without it. Note that this
documentation improvement reflects the current reality outside of
the recent efforts on improving the test suite. My goal is to document
the current way of running the test suite, so that everybody agrees on
how things currently work. As the configuration system for libc++ gets
simplified, we can come back and keep this documentation up to date to
reflect those changes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77673

Files:
  libcxx/docs/TestingLibcxx.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77673.255768.patch
Type: text/x-patch
Size: 4934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200407/08b87655/attachment.bin>


More information about the libcxx-commits mailing list