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

Hans Wennborg hans at chromium.org
Tue Jul 14 12:50:07 PDT 2015


hans added a comment.

In http://reviews.llvm.org/D10715#204489, @rengolin wrote:

> Right, ok. Still, feels a bit wrong to disable cross-compiling on autoconf just because the default is CMake.
>
> If it's possible to set the triple in the new flags option, should be ok. If not, maybe we should just keep it for a while, at least until we can cross-compile on CMake.


I figured since everyone I know of is doing native builds, the "-build-triple" flag isn't getting much use anyway. If someone does want to pass the "--build=" flag to configure, they can do it with the "-configure-flags" option.


http://reviews.llvm.org/D10715







More information about the llvm-commits mailing list