diff options
author | weili <weili@chromium.org> | 2016-10-14 16:59:40 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-14 16:59:40 -0700 |
commit | 62f367348ff8ff1e64c6f52c1ee5f77c3a89edc1 (patch) | |
tree | deb6336375ccfac1515a3dd89d1b0d25e5f83a8f /tools/msan | |
parent | 3ba098595ae56b64eacc0c25ab76b89a4d78d920 (diff) | |
download | pdfium-62f367348ff8ff1e64c6f52c1ee5f77c3a89edc1.tar.xz |
Ready to enable MSan build for PDFiumchromium/2891
Add all the necessary files used for MSan build and run.
BUG=pdfium:1
Review-Url: https://codereview.chromium.org/2384353002
Diffstat (limited to 'tools/msan')
-rw-r--r-- | tools/msan/blacklist.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/msan/blacklist.txt b/tools/msan/blacklist.txt new file mode 100644 index 0000000000..64ef446df2 --- /dev/null +++ b/tools/msan/blacklist.txt @@ -0,0 +1,5 @@ +# The rules in this file are only applied at compile time. If you can modify the +# source in question, consider function attributes to disable instrumentation. +# +# Please think twice before you add or remove these rules. + |