[PATCH] D54378: Add Hurd triplet

Kristina Brooks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 10 16:50:26 PST 2018


kristina requested changes to this revision.
kristina added a comment.
This revision now requires changes to proceed.

In https://reviews.llvm.org/D54378#1294484, @sthibaul wrote:

> Perhaps we could go this way with additional code in cmake/config-ix.cmake, to get "hurd-gnu" as soon as possible just after detection and keep everything else inside llvm straight with llvm conventions?


I really don't think this should go into the build system, again, I would suggest using one of the suggested triples for LLVM's internal use and handling your special case inside the Clang driver. I'm just suggesting the path of least resistance, so to speak, involving the build system as well is definitely not the way to go. I would suggest using the triple you have at the moment and then dealing with it in the driver in the revision I linked to this.


Repository:
  rL LLVM

https://reviews.llvm.org/D54378





More information about the llvm-commits mailing list