[PATCH] D109837: cmake: Deprecate config.guess
Harald van Dijk via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 16 10:52:13 PDT 2021
hvdijk added a comment.
In D109837#3002538 <https://reviews.llvm.org/D109837#3002538>, @tstellar wrote:
> I like this approach, but what if we took it step further and asked them to download config.guess from https://raw.githubusercontent.com/gcc-mirror/gcc/master/config.guess so that we could remove it from the llvm tree entirely?
The idea sounds good to me, but the upstream link is https://git.savannah.gnu.org/cgit/config.git/plain/config.guess. GCC updates its copy when needed for GCC, not whenever a change is made, so it can get outdated.
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