[llvm] b2f2ade - [llvm][docs] Document the LLVM_INSTALL_UTILS CMake option (NFC)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 18 06:31:17 PDT 2020


Author: Jean-Michel Gorius
Date: 2020-06-18T15:31:13+02:00
New Revision: b2f2adee003adf24c88cc2154019422896b96551

URL: https://github.com/llvm/llvm-project/commit/b2f2adee003adf24c88cc2154019422896b96551
DIFF: https://github.com/llvm/llvm-project/commit/b2f2adee003adf24c88cc2154019422896b96551.diff

LOG: [llvm][docs] Document the LLVM_INSTALL_UTILS CMake option (NFC)

Added: 
    

Modified: 
    llvm/docs/CMake.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index b8686b6d786e..1f908d3e95b1 100644
--- 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
 ============
 


        


More information about the llvm-commits mailing list