1
0
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:
NAKAMURA Takumi 2014-09-24 04:38:20 +00:00
parent dad1e6b194
commit 8c3504eea4

View File

@ -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