[PATCH] D10715: Switch test-release.sh to build with cmake by default (PR21561)

Daniel Sanders daniel.sanders at imgtec.com
Tue Jul 14 03:56:23 PDT 2015


dsanders added a comment.

> Maybe the MIPS release is done in that way? I'm building native on both ARM and AArch64, so that's not a problem for me.


I build native too. It's just that mips64-linux-gnu (from config.guess) should be synonymous with mips-linux-gnu (the triple used by the OS) on this OS but clang (currently) treats them as having different meanings.


http://reviews.llvm.org/D10715







More information about the llvm-commits mailing list