[PATCH] D54378: Add Hurd triplet

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


sthibaul added a comment.

> if people forget the OS part, for example, write "target-gnu" instead of "target-linux-gnu".

Is that really supposed to work? I thought the rules was that the cpu parts and the vendor parts mustn't contain '-', and thus the splitting is never ambiguous, and the os part can contain '-' (heavily used by GNU/Linux, GNU/kFreeBSD, etc.)


https://reviews.llvm.org/D54378





More information about the llvm-commits mailing list