scons: Use the lsan-suppressions file when running internal commands.
authorGabe Black <gabe.black@gmail.com>
Thu, 26 Mar 2020 10:20:41 +0000 (03:20 -0700)
committerGabe Black <gabeblack@google.com>
Fri, 27 Mar 2020 08:44:28 +0000 (08:44 +0000)
commitb5a3c0de7e0f24686c6cef9deb5c7b58f44f6eb7
tree5e4d64cf1dc9b0ce93d8e35551e739e21879e3ca
parentc0e06b49afcae9d089dace86a61717466183edba
scons: Use the lsan-suppressions file when running internal commands.

These commands (like the marshal binary) might otherwise fail with
spurious leaks detected in the python library.

Change-Id: I042c2a811d465ac03f005672f328c0fb0b594494
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/27125
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
SConstruct