[PATCH] D80218: Use configure depends to trigger reconfiguration when LLVMBuild files change

Daniel Frampton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 19 10:55:42 PDT 2020


danielframpton added a comment.

In D80218#2044483 <https://reviews.llvm.org/D80218#2044483>, @theraven wrote:

> Looks good to me.  I presume we didn't use this because of CMake version dependencies.  Was this feature available in our current minimum CMake version?


It was added in CMake 3.0.0, and we currently require 3.4.3.

The code I am changing here dates from 2011.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80218





More information about the llvm-commits mailing list