aboutsummaryrefslogtreecommitdiff
path: root/msan.supp
blob: 1131a791569ee810b4d431c79d05a528b0055289 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# MemorySanitizer options for Zen
#
# IMPORTANT: This file is NOT passed directly to the MSAN runtime. The
# sanitizer.msan_options rule in xmake.lua parses it and constructs
# MSAN_OPTIONS. If you run a binary directly (not via xmake run / xmake test)
# you must set MSAN_OPTIONS manually.
#
# MSAN has no native suppression file mechanism; only key=value options are
# supported here.
#
# Format:
#   key=value   MSAN runtime option; xmake sets it directly in MSAN_OPTIONS
#   #           comment line (the whole line must start with #)
#   <blank>     ignored