[PATCH] D109837: cmake: Remove config.guess
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 30 11:58:12 PDT 2021
tstellar added a comment.
I've been doing a lot of testing with this patch, and one problem I've run into is that config.guess would include -gnu in the environment component of the triple, where gcc -dumpmachine does not (at least for the redhat triples e.g. x86_64-redhat-linux). There are a few places in gcc and clang that behave differently when the gnu environment is part of the triple.
I wonder if we should normalize some of the gcc style triples to include the gnu environment by default?
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