[PATCH] D86434: Fix ncurses/zlib in LLVM_SYSTEM_LIBS for Windows GNU

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 02:23:20 PDT 2020


hans added a comment.

This broke Chromium's clang packaging:
https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8871016556723646144/+/steps/package_clang/0/stdout

CMake Error at lib/Support/CMakeLists.txt:13 (string):

  string sub-command REGEX, mode REPLACE: regex "^()" matched an empty
  string.

Call Stack (most recent call first):

  lib/Support/CMakeLists.txt:223 (get_system_libname)

I've reverted in 6da4f1199e7c3129f6e2ef7a24a2c75e386be32d <https://reviews.llvm.org/rG6da4f1199e7c3129f6e2ef7a24a2c75e386be32d>


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86434/new/

https://reviews.llvm.org/D86434



More information about the llvm-commits mailing list