<div dir="ltr"><pre>Right now the "command source" command spews out each command while it
runs.  This results in very ugly output, especially if you have a command
prompt that uses color.  This patch adds a silent-run option:

       -s <boolean> ( --silent-run <boolean> )
            If true don't echo commands while executing.

It defaults to off, so behaviour is not changed.

<a href="http://llvm-reviews.chandlerc.com/D1118">http://llvm-reviews.chandlerc.com/D1118</a></pre></div>