The valgrind
tool's source code releases (http://valgrind.org/downloads/current.html) show suppression files in the root directory, such as darwin16.supp
.
If I want to use these files do I have to obtain them from a source download or are they added to some location on a machine during installation?
e.g. If I have my CI install valgrind
will I then be able to reference one of these supp
files from some location within the system or do I need to make it available in some other way?