summaryrefslogtreecommitdiff
path: root/src/lj.supp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj.supp')
-rw-r--r--src/lj.supp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lj.supp b/src/lj.supp
new file mode 100644
index 00000000..9a1379d7
--- /dev/null
+++ b/src/lj.supp
@@ -0,0 +1,6 @@
1# Valgrind suppression file for LuaJIT 2.x.
2{
3 Optimized string compare
4 Memcheck:Addr4
5 fun:lj_str_cmp
6}