[PATCH] D54378: Add Hurd triplet

Kristina Brooks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 10 06:13:35 PST 2018


kristina added a comment.

Hm, shouldn't it be in line with most other triples?

I'm not sure how GCC does it but this seems pretty out of line in comparison to all other targets, GNU makes sense to indicate that the target uses a GNU (usually with Glibc) userland but there's no indication of the kernel, which would be something like `mk` or `mach`. In which case I think `i386-pc-mach-gnu` or something along the lines would make sense, unless this is absolutely needed for compatibility reasons?


https://reviews.llvm.org/D54378





More information about the llvm-commits mailing list