[PATCH] D54378: Add Hurd triplet

Samuel Thibault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 10 08:13:08 PST 2018


sthibaul added a comment.

> I'm getting an immense amount of errors, did you run make check-all on this patch?

To be honest, I hadn't even imagined that the patch could have consequences on non-Hurd systems.

  “StartsWith("gnu", Triple::Hurd)”

is really supposed to be the way to detect the GNU (aka GNU/Hurd) triplet (we usually have e.g. i386-unknown-gnu0.3)


https://reviews.llvm.org/D54378





More information about the llvm-commits mailing list