Louis Dionne
afa1afd410
[CMake] Bump CMake minimum version to 3.13.4
...
This upgrade should be friction-less because we've already been ensuring
that CMake >= 3.13.4 is used.
This is part of the effort discussed on llvm-dev here:
http://lists.llvm.org/pipermail/llvm-dev/2020-April/140578.html
Differential Revision: https://reviews.llvm.org/D78648
2020-07-22 14:25:07 -04:00
Kazuaki Ishizaki
f65d4aa960
[llvm] NFC: fix trivial typos in documents
...
Reviewers: hans, Jim
Reviewed By: Jim
Subscribers: jvesely, nhaehnle, mgorny, arphaman, bmahjour, kerbowa, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73017
2020-01-22 11:32:51 +08:00
Lang Hames
cbe694be03
[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
df1e59b640
[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
3a6a2d26c6
[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
184e7183c3
[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
10f8472771
[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
9debb98721
[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