[PATCH] D10715: Switch test-release.sh to build with cmake by default (PR21561)
Daniel Sanders
daniel.sanders at imgtec.com
Wed Jul 15 03:33:06 PDT 2015
dsanders 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" \
----------------
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?
http://reviews.llvm.org/D10715
More information about the llvm-commits
mailing list