[PATCH] D25136: [Triple] Add Facebook vendor

Shoaib Meenai via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 12:38:12 PST 2016


smeenai added a subscriber: dberlin.
smeenai added a comment.

To address @dberlin's comments on the mailing list (I've lost the original mail so I can't reply directly):

> So why not keep this patch local as well?
>  In particular, if this is for local development, keeping this patch local
>  also helps enforce this since any accidental use of the triple in public
>  code will break quite obviously.

The intent is to be able to upstream anything generic enough to be generally useful, even where the behavior is vendor-specific.


https://reviews.llvm.org/D25136





More information about the llvm-commits mailing list