From 0916b5f9072f7bd1b7b045ceb07758f9dc097ac2 Mon Sep 17 00:00:00 2001 From: Vincent Peyruqueou Date: Mon, 27 Mar 2023 11:46:59 +0200 Subject: Add sources of PCRE and Microsoft Visual Studio solutions to compile the lib --- pcre/testdata/valgrind-jit.supp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pcre/testdata/valgrind-jit.supp (limited to 'pcre/testdata/valgrind-jit.supp') diff --git a/pcre/testdata/valgrind-jit.supp b/pcre/testdata/valgrind-jit.supp new file mode 100644 index 0000000..f1d2671 --- /dev/null +++ b/pcre/testdata/valgrind-jit.supp @@ -0,0 +1,15 @@ +{ + name + Memcheck:Addr16 + obj:??? + obj:??? + obj:??? +} + +{ + name + Memcheck:Cond + obj:??? + obj:??? + obj:??? +} -- cgit v1.1