Skip to content

Commit 3aef2c1

Browse files
committed
Add a valgrind suppression for the llvm::User leak
It's been around forever. I don't know what it is, but I need the compiler to be valgrind clean for the istr transition so I'm suppressing it.
1 parent e3d3aaa commit 3aef2c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/etc/x86.supp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,3 +349,9 @@
349349
...
350350
}
351351

352+
{
353+
llvm-user-new-leak
354+
Memcheck:Leak
355+
fun:_Znwj
356+
fun:_ZN4llvm4UsernwEjj
357+
}

0 commit comments

Comments
 (0)