diff options
author | Alex Brachet <abrachet@google.com> | 2023-05-25 18:55:47 +0000 |
---|---|---|
committer | Alex Brachet <abrachet@google.com> | 2023-05-25 18:55:47 +0000 |
commit | fe2f0ab37c33617c23e83d4999117e54fc34c14b (patch) | |
tree | 9e5c8a98f32382b83221f00df860040ae644372f /clang/lib/Basic/FileSystemStatCache.cpp | |
parent | 53333c8d44d690f6e8fd6f31803aecb17329cdb5 (diff) | |
download | llvm-fe2f0ab37c33617c23e83d4999117e54fc34c14b.zip llvm-fe2f0ab37c33617c23e83d4999117e54fc34c14b.tar.gz llvm-fe2f0ab37c33617c23e83d4999117e54fc34c14b.tar.bz2 |
[compiler-rt] Use ZLIB_FOUND not LLVM_ENABLE_ZLIB
LLVM_ENABLE_ZLIB is set to On by default and does not imply that ZLIB
was actually found, only being set to FORCE_ON would imply that it was
found before control reached compiler-rt/test/CMakeLists.txt. Instead,
use ZLIB_FOUND which guarantees that zlib is available.
Differential Revision: https://reviews.llvm.org/D151229
Diffstat (limited to 'clang/lib/Basic/FileSystemStatCache.cpp')
0 files changed, 0 insertions, 0 deletions