Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/clang/include/llvm/Config/
H A Dllvm-config.h.in77 #define LLVM_ENABLE_ZLIB 0 macro
/openbsd-src/gnu/llvm/llvm/cmake/
H A Dconfig-ix.cmake136 set(LLVM_ENABLE_ZLIB "${HAVE_ZLIB}") variable
138 set(LLVM_ENABLE_ZLIB 0) variable
/openbsd-src/gnu/llvm/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.cmake16 set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "") variable
H A DFuchsia-stage2.cmake21 set(LLVM_ENABLE_ZLIB ON CACHE BOOL "") variable
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DLLVMConfig.cmake.in70 set(LLVM_ENABLE_ZLIB @LLVM_ENABLE_ZLIB@) variable
/openbsd-src/gnu/llvm/llvm/
H A DCMakeLists.txt504 set(LLVM_ENABLE_ZLIB "ON" CACHE STRING "Use zlib for compression/decompression if available. Can be… variable