[llvm][docs] Document the LLVM_INSTALL_UTILS CMake option (NFC)
authorJean-Michel Gorius <11683623+jmgorius@users.noreply.github.com>
Thu, 18 Jun 2020 13:31:13 +0000 (15:31 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2020 13:31:13 +0000 (15:31 +0200)
llvm/docs/CMake.rst

index b8686b6..1f908d3 100644 (file)
@@ -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
 ============