projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6853cc7
)
[llvm][docs] Document the LLVM_INSTALL_UTILS CMake option (NFC)
author
Jean-Michel Gorius
<11683623+jmgorius@users.noreply.github.com>
Thu, 18 Jun 2020 13:31:13 +0000
(15:31 +0200)
committer
GitHub
<noreply@github.com>
Thu, 18 Jun 2020 13:31:13 +0000
(15:31 +0200)
llvm/docs/CMake.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/CMake.rst
b/llvm/docs/CMake.rst
index
b8686b6
..
1f908d3
100644
(file)
--- a/
llvm/docs/CMake.rst
+++ b/
llvm/docs/CMake.rst
@@
-639,6
+639,10
@@
LLVM-specific variables
Rewrite absolute source paths in sources and debug info to relative ones. The
source prefix can be adjusted via the LLVM_SOURCE_PREFIX variable.
+**LLVM_INSTALL_UTILS**:BOOL
+ If enabled, utility binaries like ``FileCheck`` and ``not`` will be installed
+ to CMAKE_INSTALL_PREFIX.
+
CMake Caches
============