| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
ARGN is the sublist of unnamed arguments, not the count of the arguments.
llvm-svn: 311632
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 311112
|
|
|
|
|
|
| |
Differential Revision: https://reviews.llvm.org/D35023
llvm-svn: 307568
|
|
|
|
|
|
|
| |
This will unblock the llvm-sphinx-buildbot, which is currently failing due
to a warning being treated as error.
llvm-svn: 276100
|
|
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
|