Commits

Mark Lacey committed 7fea483078c
Avoid trying to close stdout twice in sil-opt. Running sil-opt with the new call graph printing pass (which uses llvm::outs) was resulting in some spew about "LLVM IO Error" because we could potentially close stdout twice. Swift SVN r32041