[all-commits] [llvm/llvm-project] 82bec9: [libc++] Update the documentation for running Lit ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Apr 8 12:04:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 82bec931814d52331b4c2b429407773c04f09443
https://github.com/llvm/llvm-project/commit/82bec931814d52331b4c2b429407773c04f09443
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-04-08 (Wed, 08 Apr 2020)
Changed paths:
M libcxx/docs/TestingLibcxx.rst
Log Message:
-----------
[libc++] Update the documentation for running Lit to reflect reality
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.
Differential Revision: https://reviews.llvm.org/D77673
More information about the All-commits
mailing list