[PATCH] D52050: WIP: [Driver] Fix architecture triplets and search paths for Linux x32

John Paul Adrian Glaubitz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 30 16:54:32 PDT 2021


glaubitz added a comment.

In D52050#2660022 <https://reviews.llvm.org/D52050#2660022>, @hvdijk wrote:

> I think the problem is actually the other thing covered before (don't provide un-normalised triples as cmake arguments), though the wrong detection of LLVM_HOST_TRIPLE will cause other issues too. If we would just update config.guess, the default configuration (not specifying either LLVM_HOST_TRIPLE or LLVM_DEFAULT_TARGET_TRIPLE) should work much better; I have created D99625 <https://reviews.llvm.org/D99625> for that.

Updating `config.guess` fixes the problem for me. Feel free to update the diff here with your suggested patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D52050



More information about the cfe-commits mailing list