[all-commits] [llvm/llvm-project] 5f9211: Revert abb00753 "build: reduce CMake handling for ...

Hans via All-commits all-commits at lists.llvm.org
Tue Mar 3 05:52:03 PST 2020


  Branch: refs/heads/release/10.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f9211bc46fa1a8d1db3a2bc27c2b115cd617795
      https://github.com/llvm/llvm-project/commit/5f9211bc46fa1a8d1db3a2bc27c2b115cd617795
  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.

(cherry picked from commit 916be8fd6a0a0feea4cefcbeb0c22c65848d7a2e)


  Commit: db366f91e5bc734c3834231b049c9170b93eaa70
      https://github.com/llvm/llvm-project/commit/db366f91e5bc734c3834231b049c9170b93eaa70
  Author: Hans Wennborg <hans at chromium.org>
  Date:   2020-03-03 (Tue, 03 Mar 2020)

  Changed paths:
    M llvm/utils/gn/secondary/clang/test/BUILD.gn
    M llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
    M llvm/utils/gn/secondary/lld/test/BUILD.gn
    M llvm/utils/gn/secondary/llvm/include/llvm/Config/BUILD.gn
    M llvm/utils/gn/secondary/llvm/test/BUILD.gn

  Log Message:
  -----------
  Revert "Reland "[gn build] (manually) merge 68a235d07f9e70""

This reverts commit 94d4ca90040a5f55ee29f48043881437de56681e.

I reverted 68a235d07f9e70 again in
916be8fd6a0a0feea4cefcbeb0c22c65848d7a2e.

(cherry picked from commit 93c73d4834a96ac749dabb624e07f9a146186875)


Compare: https://github.com/llvm/llvm-project/compare/001c8aac80e3...db366f91e5bc


More information about the All-commits mailing list