forked from OSchip/llvm-project
clang/utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3.supp: Add /usr/bin/cmp.
FIXME: It could be removed if; - check-all included llvm/valgrind/supp, too. - clang-vg didn't use "check-all". llvm-svn: 172982
This commit is contained in:
parent
b909822721
commit
a34792085c
|
@ -21,3 +21,10 @@
|
|||
...
|
||||
fun:_ZSt11stable_sortIN9__gnu_cxx17__normal_iteratorIPSt4pairIPKN4llvm4TypeEjESt6vectorIS7_SaIS7_EEEEPFbRKS7_SE_EEvT_SH_T0_
|
||||
}
|
||||
|
||||
# Remove this if clang-vg didn't use "check-all"
|
||||
{
|
||||
We don't care of cmp
|
||||
Memcheck:Cond
|
||||
obj:/usr/bin/cmp
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue