Lang Hames
16729fe8c1
[docs] In the CMake primer, correct the description of the ARGV/ARGN variables.
...
ARGN is the sublist of unnamed arguments, not the count of the arguments.
llvm-svn: 311632
2017-08-24 05:38:39 +00:00
Lang Hames
a7916db1dd
[docs] Tweak phrasing of the varargs explanation in the command section of the
...
CMake primer.
This moves the introduction of the ARGV/ARGN variables up to immmediately follow
the introduction of the concept of variable argument functions, and explicitly
connects this concept to C varargs functions.
llvm-svn: 311113
2017-08-17 18:21:53 +00:00
Lang Hames
dd0cce70a7
[docs] Fix typo and tweak wording of special variable handling in CMake primer.
...
llvm-svn: 311112
2017-08-17 18:00:28 +00:00
George Karpenkov
e195617dcf
[docs] Remove obsolete section in CMake documentation.
...
Differential Revision: https://reviews.llvm.org/D35023
llvm-svn: 307568
2017-07-10 18:56:51 +00:00
Renato Golin
d542ed549e
[docs] fix cmake code-block warning
...
This will unblock the llvm-sphinx-buildbot, which is currently failing due
to a warning being treated as error.
llvm-svn: 276100
2016-07-20 09:47:09 +00:00
Chris Bieneman
6fb260949c
[Docs] Add CMake Primer document
...
This document is intended to provide a basic overview of the CMake scripting language for LLVM developers. It was unorthodoxly reviewed for accuracy and content on the CMake developer list:
http://public.kitware.com/pipermail/cmake-developers/2016-April/028300.html
llvm-svn: 268096
2016-04-29 20:34:54 +00:00