[PATCH] D109837: cmake: Deprecate config.guess

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 16 19:18:45 PDT 2021


tstellar added a comment.

In D109837#3005394 <https://reviews.llvm.org/D109837#3005394>, @echristo wrote:

> I think I'd rather not tell people to download config.guess. We can still modify the one we have, have there been serious problems doing so?

We could modify the one we have, but personally, I would rather see people put the fixes into CMake rather than trying to keep using this very old version of config.guess.

Do you think we should keep it as a fallback or would you be OK with removing it if we also removed the part of the error message telling people to download it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109837



More information about the llvm-commits mailing list