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

Hans Wennborg hans at chromium.org
Wed Jul 15 09:04:26 PDT 2015


hans added inline comments.

================
Comment at: utils/release/test-release.sh:268
@@ +267,3 @@
+
+    if [ "$use_autoconf" = "yes" ]; then
+        echo "#" env CC="$c_compiler" CXX="$cxx_compiler" \
----------------
dsanders wrote:
> rengolin wrote:
> > What I normally do in these cases is to set the command line to a variable, then just:
> > 
> >     echo $cmd
> >     $cmd
> > 
> > or something to that effect, controlling the output / errors as you want, later.
> Doesn't that cause problems with whitespace and quotes being reparsed?
I worry about that too. I'd like to not change this at this moment.


http://reviews.llvm.org/D10715







More information about the llvm-commits mailing list