From 62f367348ff8ff1e64c6f52c1ee5f77c3a89edc1 Mon Sep 17 00:00:00 2001 From: weili Date: Fri, 14 Oct 2016 16:59:40 -0700 Subject: Ready to enable MSan build for PDFium Add all the necessary files used for MSan build and run. BUG=pdfium:1 Review-Url: https://codereview.chromium.org/2384353002 --- tools/msan/blacklist.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/msan/blacklist.txt (limited to 'tools') 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. + -- cgit v1.2.3