Home
last modified time | relevance | path

Searched defs:LLVM_ENABLE_ZLIB (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/cmake/caches/
H A DApple-stage1.cmake20 set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "") variable
H A DApple-stage2.cmake14 set(LLVM_ENABLE_ZLIB ON CACHE BOOL "") variable
H A DFuchsia.cmake13 set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "") variable
H A DFuchsia-stage2.cmake18 set(LLVM_ENABLE_ZLIB ON CACHE BOOL "") variable
/netbsd-src/external/apache2/llvm/autoconf/autoconf/
H A Dconfigure.ac969 yes) AC_SUBST(LLVM_ENABLE_ZLIB,[1]) ;; subst
970 no) AC_SUBST(LLVM_ENABLE_ZLIB,[0]) ;; subst
971 default) AC_SUBST(LLVM_ENABLE_ZLIB,[1]) ;; subst
974 AC_DEFINE_UNQUOTED([LLVM_ENABLE_ZLIB],$LLVM_ENABLE_ZLIB, definition
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DLLVMConfig.cmake.in57 set(LLVM_ENABLE_ZLIB @LLVM_ENABLE_ZLIB@) variable
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/
H A Dconfig-ix.cmake137 set(LLVM_ENABLE_ZLIB "${HAVE_ZLIB}") variable
/netbsd-src/external/apache2/llvm/config/llvm/Config/
H A Dconfig.h.in427 #define LLVM_ENABLE_ZLIB 1 macro
/netbsd-src/external/apache2/llvm/dist/llvm/
H A DCMakeLists.txt373 set(LLVM_ENABLE_ZLIB "ON" CACHE STRING "Use zlib for compression/decompression if available. Can be… variable