[cfe-commits] [PATCH] Allow aliases on Darwin when the arch is amdil

Tanya Lattner lattner at apple.com
Mon Jul 23 15:25:32 PDT 2012


There is technically only one AMD target in LLVM proper, but if someone has an external AMDIL target triple that is not in tree.. it would also catch this situation. 

-Tanya

On Jul 19, 2012, at 4:28 PM, Chandler Carruth wrote:

> Instead of doing a textual query on the triple, can you add a fundamental category to the triple class which embodies all the AMD triples that should get this treatment? Then you can query with an isAMD() (or whatever it's called) predicate?




More information about the cfe-commits mailing list