Add /silent option to crossgen (dotnet/coreclr#10350)
authorBruce Forstall <brucefo@microsoft.com>
Tue, 21 Mar 2017 20:01:52 +0000 (13:01 -0700)
committerJan Kotas <jkotas@microsoft.com>
Tue, 21 Mar 2017 20:01:52 +0000 (13:01 -0700)
commit9825a7515901deb418e1f4a2b7d3eb934e6d2af7
treee43fc3d8b10349af00bc02f729f97fda7f57f90c
parent421235da506680d812cc4e0bcc6860f8d0347044
Add /silent option to crossgen (dotnet/coreclr#10350)

This sets the NGenOptions.fSilent flag, which prevents displaying
the final output message.

This is useful for JIT asm diff generation.

Commit migrated from https://github.com/dotnet/coreclr/commit/40e64db3861284708676f3e46302e32a54e846ec
src/coreclr/src/inc/coregen.h
src/coreclr/src/tools/crossgen/crossgen.cpp
src/coreclr/src/zap/zapper.cpp