diff options
| author | Chris Bieneman <beanz@apple.com> | 2016-04-29 21:23:24 +0000 |
|---|---|---|
| committer | Chris Bieneman <beanz@apple.com> | 2016-04-29 21:23:24 +0000 |
| commit | e782c5ee942f3cb817fe39428f505297199ee156 (patch) | |
| tree | d47db9c50fcb708951a58b0f90b94c4df59ce28c | |
| parent | 826e9831a7f6f1a414d83373d1207c516c88089d (diff) | |
| download | bcm5719-llvm-e782c5ee942f3cb817fe39428f505297199ee156.tar.gz bcm5719-llvm-e782c5ee942f3cb817fe39428f505297199ee156.zip | |
[Docs] Refer to the CMakePrimer from CMake doc
The "Building LLVM with CMake" document should have a reference to the CMakePrimer.
llvm-svn: 268109
| -rw-r--r-- | llvm/docs/CMake.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 8b441a4b6b7..259d42fc3f4 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -22,6 +22,10 @@ and then go back to the `Quick start`_ section once you know what you are doing. `Options and variables`_ section is a reference for customizing your build. If you already have experience with CMake, this is the recommended starting point. +This page is geared towards users of the LLVM CMake build. If you're looking for +information about modifying the LLVM CMake build system you may want to see the +:doc:`CMakePrimer` page. It has a basic overview of the CMake language. + .. _Quick start: Quick start |

