Add /silent option to crossgen (#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)
commit40e64db3861284708676f3e46302e32a54e846ec
tree883d4e35f045cc518713bc0a4c49ba289947339b
parent12ef04c22b07f1e4ec5a63009298e4537a2c8e1a
Add /silent option to crossgen (#10350)

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

This is useful for JIT asm diff generation.
src/inc/coregen.h
src/tools/crossgen/crossgen.cpp
src/zap/zapper.cpp