[llvm-dev] Updating config.guess, license change

Harald van Dijk via llvm-dev llvm-dev at lists.llvm.org
Sat Apr 3 08:58:52 PDT 2021


On 02/04/2021 22:52, Michael Kruse wrote:
> Is there a possibility to ask CMake for the host's triple?

There isn't, unfortunately: CMake does not use triples and does not 
provide it in a variable. It does provide us with predefined variables 
that provide information similar to what uname gives, which could be 
used to build the triple ourselves, but that would amount to rewriting 
config.guess in CMake.


More information about the llvm-dev mailing list