mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
valgrind/x86_64-pc-linux-gnu.supp: Suppress also /bin/bash.
llvm-svn: 218369
This commit is contained in:
parent
dad1e6b194
commit
8c3504eea4
@ -32,6 +32,14 @@
|
||||
obj:/usr/bin/as
|
||||
}
|
||||
|
||||
{
|
||||
We don't care if bash leaks
|
||||
Memcheck:Leak
|
||||
fun:malloc
|
||||
fun:xmalloc
|
||||
obj:/bin/bash
|
||||
}
|
||||
|
||||
{
|
||||
We don't care of cmp
|
||||
Memcheck:Cond
|
||||
|
Loading…
Reference in New Issue
Block a user