[PATCH] D99625: llvm/cmake/config.guess: update to current version

Harald van Dijk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 30 23:38:01 PDT 2021


hvdijk added a comment.

If that were the reason, why are we not using the last GPLv2 version of config.guess, rather than the one that we happened to use back when we had an autoconf build system?

We never link to config.guess or otherwise include its code into LLVM, we only read its output. The GPL, whether v2 or v3, places no restrictions on how that output is used. But agreed that it is good to be cautious, so will ask on the list.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99625



More information about the llvm-commits mailing list