Skip to content
/ gem5 Public
forked from gem5/gem5

Commit

Permalink
util: Make --with-asan work with more versions of the python lib.
Browse files Browse the repository at this point in the history
The version of the python library on my system is libpython3.9.so, not
libpython3.so. Generalize the line in lsan-suppressions to cover this
version as well.

Change-Id: Iaee9a7767eb5f735862a3716c796213a43c5f9e5
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/48643
Reviewed-by: Giacomo Travaglini <[email protected]>
Maintainer: Giacomo Travaglini <[email protected]>
Tested-by: kokoro <[email protected]>
  • Loading branch information
Gabe Black authored and gabemblack committed Jul 27, 2021
1 parent fc75880 commit 9bd381c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/lsan-suppressions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Suppress detection of leaks from within the python3 interpreter.
leak:libpython3.so
leak:libpython3*.so

0 comments on commit 9bd381c

Please sign in to comment.