Lines Matching refs:OFF
80 set(LLVM_BUILD_GLOBAL_ISEL OFF CACHE BOOL "Experimental: Build GlobalISel")
107 option(LLVM_INSTALL_UTILS "Include utility binaries in the 'install' target." OFF)
109 option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF)
119 "Append the version control system revision id to LLVM version" OFF)
247 "Build all libraries as shared libraries instead of static" OFF)
259 option(LLVM_ENABLE_FFI "Use libffi to call external functions from the interpreter" OFF)
285 option(LLVM_ENABLE_MODULES "Compile with C++ modules enabled." OFF)
288 …on(LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY "Compile with -fmodules-local-submodule-visibility." OFF)
290 option(LLVM_ENABLE_MODULE_DEBUGGING "Compile with -gmodules." OFF)
293 option(LLVM_ENABLE_CXX1Y "Compile with C++1y enabled." OFF)
294 option(LLVM_ENABLE_LIBCXX "Use libc++ if available." OFF)
295 option(LLVM_ENABLE_LIBCXXABI "Use libc++abi when using libc++." OFF)
297 option(LLVM_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)
300 option(LLVM_ENABLE_ASSERTIONS "Enable assertions" OFF)
305 option(LLVM_ENABLE_EXPENSIVE_CHECKS "Enable expensive checks" OFF)
311 "Set to ON to force using an old, unsupported host toolchain." OFF)
315 OFF)
326 "Use opagent JIT interface to inform OProfile about JIT code" OFF)
329 "Generate dSYM files and strip executables and libraries (Darwin Only)" OFF)
342 "Use -gsplit-dwarf when compiling llvm." OFF)
356 set(WITH_POLLY OFF)
362 set(LINK_POLLY_INTO_TOOLS OFF)
369 option(LLVM_BUILD_32_BITS "Build 32 bits executables and libraries." OFF)
391 "Build the LLVM tools. If OFF, just generate build targets." ON)
395 "Build LLVM utility binaries. If OFF, just generate build targets." ON)
400 "Build the LLVM example programs. If OFF, just generate build targets." OFF)
404 "Build LLVM unit tests. If OFF, just generate build targets." OFF)
408 option (LLVM_BUILD_DOCS "Build the llvm documentation." OFF)
410 option (LLVM_ENABLE_DOXYGEN "Use doxygen to generate llvm API documentation." OFF)
411 option (LLVM_ENABLE_SPHINX "Use Sphinx to generate llvm documentation." OFF)
414 "Build compiler-rt as an external project." OFF)
423 option(LLVM_LINK_LLVM_DYLIB "Link tools against the libllvm dynamic library" OFF)
424 option(LLVM_BUILD_LLVM_C_DYLIB "Build libllvm-c re-export library (Darwin Only)" OFF)
425 set(LLVM_BUILD_LLVM_DYLIB_default OFF)
431 option(LLVM_OPTIMIZED_TABLEGEN "Force TableGen to be built with optimization" OFF)