[libc-commits] [PATCH] D75027: [libc] Guard cmake policy to avoid errors on older versions of cmake.

Paula Toth via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Feb 23 21:21:09 PST 2020


PaulkaToast added a comment.

In D75027#1888604 <https://reviews.llvm.org/D75027#1888604>, @sivachandra wrote:

> Like @MaskRay suggests, would bumping LLVM-libc's minimum required version instead of this change help/unblock you?


This issue doesn't block me, I just noticed this when building on ubuntu-xenial 16.04 which is from 2016.  I just figured that we wanted to remain consistent in what is supported by llvm. https://llvm.org/docs/CMake.html

  Version 3.4.3 is the minimum required.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75027





More information about the libc-commits mailing list