summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-10-04 21:27:09 +0000
committerZachary Turner <zturner@google.com>2016-10-04 21:27:09 +0000
commite97f6707c3f10b38d0e8eda638eb478cf85a27a8 (patch)
tree881f6ec1d7282f088d48f01afe3387aa4c60abd9
parent015839a555e7e476f1dfb16d0e8c3b98de26aaee (diff)
downloadbcm5719-llvm-e97f6707c3f10b38d0e8eda638eb478cf85a27a8.tar.gz
bcm5719-llvm-e97f6707c3f10b38d0e8eda638eb478cf85a27a8.zip
Make building the clang-tidy VS extension less spammy.
The package that strong name signs the 3rd party references spams a ton of output to the log, making the build really ugly. Make this quiet. llvm-svn: 283261
-rw-r--r--clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj b/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj
index 32fc2d7fdff..bf74717c66a 100644
--- a/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj
+++ b/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidy.csproj
@@ -257,7 +257,7 @@
<PreBuildEvent>if not exist $(ProjectDir)Key.snk ("$(SDKToolsPath)\sn.exe" -k $(ProjectDir)Key.snk)</PreBuildEvent>
</PropertyGroup>
<Target Name="BeforeBuild">
- <Exec ContinueOnError="false" Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.1.8.0\tools\StrongNameSigner.Console.exe&quot; -in &quot;..\packages&quot;" />
+ <Exec ContinueOnError="false" Command="&quot;..\packages\Brutal.Dev.StrongNameSigner.1.8.0\tools\StrongNameSigner.Console.exe&quot; -in &quot;..\packages&quot; -l Summary" />
</Target>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
OpenPOWER on IntegriCloud