scons: Call summarize_warnings() when scons finishes building.
authorGabe Black <gabe.black@gmail.com>
Thu, 26 Mar 2020 11:48:53 +0000 (04:48 -0700)
committerGabe Black <gabeblack@google.com>
Sat, 28 Mar 2020 00:12:19 +0000 (00:12 +0000)
commit1c59559ddb8be4fbad2c0e730df24f497c510283
treefcc77017c69166b30ec631893eb60c02ad1d07ee
parent8b6fadd7d782c97d9c3a779de8bf37a47abcdf5d
scons: Call summarize_warnings() when scons finishes building.

This will ensure that warnings are not all shoved off the end of the
scrollback buffer or lost in a sea of compiler lines, and that the user
will actually have a chance to see and read them.

Change-Id: I7129560482ebca903ec597f8b1cf8a9a84d98c9c
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27130
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
SConstruct