rengolin added a comment.

We already massage the triple in many cases, and what goes into IR is not 
always the same as what is used in Clang.

Examples are x86_64's "x32" extension to the ABI, ARM -> Thumb triples, adding 
compulsory dashes and unknowns (ex. x86_64--linux-gnu), etc.

You just have to find the right places.


https://reviews.llvm.org/D25686



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

Reply via email to