valgrind.supp 147 B

12345678910
  1. {
  2. LLVM
  3. Memcheck:Leak
  4. match-leak-kinds: reachable
  5. fun:malloc
  6. fun:strdup
  7. fun:parseAndSetFilename
  8. fun:__llvm_profile_initialize
  9. ...
  10. }