[all-commits] [llvm/llvm-project] 34397b: Revert "build: make `LLVM_ENABLE_ZLIB` a tri-bool ...
James Henderson via All-commits
all-commits at lists.llvm.org
Thu Jan 2 08:02:34 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 34397b75609c09c1723cd6c0b27f8f13c641ce4c
https://github.com/llvm/llvm-project/commit/34397b75609c09c1723cd6c0b27f8f13c641ce4c
Author: James Henderson <jh7370 at my.bristol.ac.uk>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M llvm/CMakeLists.txt
M llvm/cmake/config-ix.cmake
M llvm/lib/Support/CMakeLists.txt
Log Message:
-----------
Revert "build: make `LLVM_ENABLE_ZLIB` a tri-bool for users"
This reverts commit e6c7ed6d2164a0659fd9f6ee44f1375d301e3cad.
This commit was an attempt to fix the build bots, but it still left the
clang-x64-windows-msvc bot in a broken state.
Commit: e406cca5f9a6477c9861717f81c156aa83feeaca
https://github.com/llvm/llvm-project/commit/e406cca5f9a6477c9861717f81c156aa83feeaca
Author: James Henderson <jh7370 at my.bristol.ac.uk>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M clang/test/CMakeLists.txt
M clang/test/lit.site.cfg.py.in
M compiler-rt/test/lit.common.configured.in
M lld/test/CMakeLists.txt
M lld/test/lit.site.cfg.py.in
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
M llvm/cmake/config-ix.cmake
M llvm/include/llvm/Config/config.h.cmake
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/CRC.cpp
M llvm/lib/Support/Compression.cpp
M llvm/test/CMakeLists.txt
M llvm/test/lit.site.cfg.py.in
M llvm/unittests/Support/CompressionTest.cpp
Log Message:
-----------
Revert "build: reduce CMake handling for zlib"
This reverts commit 68a235d07f9e7049c7eb0c8091f37e385327ac28.
This commit broke the clang-x64-windows-msvc build bot and a follow-up
commit did not fix it. Reverting to fix the bot.
Compare: https://github.com/llvm/llvm-project/compare/63336795f0d5...e406cca5f9a6
More information about the All-commits
mailing list