Suppress valgrind error in dynamic linker
This was happening when running the rustdoc tests. The test proceeded fine after that, and the code looks like it is running before anything we generate, so I assume it is spurious.
This commit is contained in:
parent
332329f161
commit
959adff2fa
@ -22,6 +22,14 @@
|
||||
fun:_dl_allocate_tls
|
||||
}
|
||||
|
||||
{
|
||||
linux-dl-prob
|
||||
Memcheck:Param
|
||||
read(buf)
|
||||
...
|
||||
fun:_dl_map_object
|
||||
}
|
||||
|
||||
{
|
||||
mac-dyld-oddity
|
||||
Memcheck:Cond
|
||||
|
Loading…
Reference in New Issue
Block a user