MaskRay added a comment.

In D154357#4485881 <https://reviews.llvm.org/D154357#4485881>, @jroelofs wrote:

> gcc docs seem to indicate that these are valid triples:
>
> https://gcc.gnu.org/install/specific.html#powerpc-x-eabi

Thanks, good to know. `powerpc-*-eabi` indicates that the eabi environment 
desginates an embedded system, regardless of the vendor.
It seems that we should remove `if (Triple.getVendor() != 
llvm::Triple::UnknownVendor)`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154357/new/

https://reviews.llvm.org/D154357

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to