[all-commits] [llvm/llvm-project] 916be8: Revert abb00753 "build: reduce CMake handling for ...
Hans via All-commits
all-commits at lists.llvm.org
Tue Mar 3 02:03:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 916be8fd6a0a0feea4cefcbeb0c22c65848d7a2e
https://github.com/llvm/llvm-project/commit/916be8fd6a0a0feea4cefcbeb0c22c65848d7a2e
Author: Hans Wennborg <hans at chromium.org>
Date: 2020-03-03 (Tue, 03 Mar 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/CMakeLists.txt
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 abb00753 "build: reduce CMake handling for zlib" (PR44780)
and follow-ups:
a2ca1c2d "build: disable zlib by default on Windows"
2181bf40 "[CMake] Link against ZLIB::ZLIB"
1079c68a "Attempt to fix ZLIB CMake logic on Windows"
This changed the output of llvm-config --system-libs, and more
importantly it broke stand-alone builds. Instead of piling on more fix
attempts, let's revert this to reduce the risk of more breakages.
More information about the All-commits
mailing list