[PATCH] D50547: [Driver] Use normalized triples for multiarch runtime path

Petr Hosek via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 16 07:53:25 PDT 2018


phosek added a comment.

In https://reviews.llvm.org/D50547#1198218, @rnk wrote:

> Would it be to much to check both the normalized and non-normalized?


Done, currently I'm only checking the provided target triple followed by the normalized one, I'm not checking the effective triple but it'd be easy to add if we decide to do that as well.


Repository:
  rC Clang

https://reviews.llvm.org/D50547





More information about the cfe-commits mailing list