@@ -829,6 +829,7 @@ option (LLVM_ENABLE_DOXYGEN "Use doxygen to generate llvm API documentation." OF |
|
|
829 |
829 |
option (LLVM_ENABLE_SPHINX "Use Sphinx to generate llvm documentation." OFF) |
830 |
830 |
option (LLVM_ENABLE_OCAMLDOC "Build OCaml bindings documentation." ON) |
831 |
831 |
option (LLVM_ENABLE_BINDINGS "Build bindings." ON) |
|
832 |
+option (LLVM_BUILD_TELEMETRY "Build the telemtry library. This does not enable telemetry." ON) |
832 |
833 |
|
833 |
834 |
set(LLVM_INSTALL_DOXYGEN_HTML_DIR "${CMAKE_INSTALL_DOCDIR}/llvm/doxygen-html" |
834 |
835 |
CACHE STRING "Doxygen-generated HTML documentation install directory") |