diff options
| author | Eric Christopher <echristo@gmail.com> | 2016-01-04 23:22:43 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2016-01-04 23:22:43 +0000 |
| commit | 2aa83ff8071be375ee175c8b36004126fc8a29f9 (patch) | |
| tree | 962dddbc2dcba62d79f52450003e86672aed61f6 /llvm/docs/CMake.rst | |
| parent | 32a1ea1b7ec61b0b23a319053e2435cd11255aa1 (diff) | |
| download | bcm5719-llvm-2aa83ff8071be375ee175c8b36004126fc8a29f9.tar.gz bcm5719-llvm-2aa83ff8071be375ee175c8b36004126fc8a29f9.zip | |
Update docs to recommend CMake >= v3.2.
CMake v3.2 or newer is necessary to get interactive output when running
Lit via Ninja. Otherwise Ninja will buffer Lit's output, which makes
for a crummy experience -- you can't tell if your tests are hung!
Patch by Justin Lebar!
llvm-svn: 256791
Diffstat (limited to 'llvm/docs/CMake.rst')
| -rw-r--r-- | llvm/docs/CMake.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 38199e5cc58..9ec6b0a2416 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -26,7 +26,10 @@ Quick start We use here the command-line, non-interactive CMake interface. #. `Download <http://www.cmake.org/cmake/resources/software.html>`_ and install - CMake. Version 2.8.8 is the minimum required. + CMake. Version 2.8.8 is the minimum required, but if you're using the Ninja + backend, CMake v3.2 or newer is required to `get interactive output + <http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20141117/244797.html>`_ + when running :doc:`Lit <CommandGuide/lit>`. #. Open a shell. Your development tools must be reachable from this shell through the PATH environment variable. |

