atanasyan added a comment.

In https://reviews.llvm.org/D52290#1245222, @rnk wrote:

> Should `--target=mipsZZZ -mabi=n64` be meaningful? What does `clang 
> --target=i686-linux-gnu -m64` do? If this matches that, then let's do it.


Thanks. Initially I thought that providing different target triple and `-mabi` 
option explicitly is an error. But now I see that it's better and consistent 
with other targets to adjust a target triple accordingly to `-mabi` options in 
any (implicit/explicit) case. I will update the patch soon.


Repository:
  rC Clang

https://reviews.llvm.org/D52290



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

Reply via email to