From 73c4f6c828bc689cadf5f7090a3549c563af4411 Mon Sep 17 00:00:00 2001 From: Michael Achenbach Date: Mon, 16 Oct 2017 10:33:38 +0200 Subject: [PATCH] [build] Fix win-asan compilation ASAN compilation expects a blacklist file. NOTRY=true TBR=sergiyb@chromium.org Bug: chromium:726584 Change-Id: I1755dc20d3e91f9b15f15e0d34886a4fb03d97c1 Reviewed-on: https://chromium-review.googlesource.com/720804 Reviewed-by: Michael Achenbach Commit-Queue: Michael Achenbach Cr-Commit-Position: refs/heads/master@{#48577} --- tools/memory/asan/blacklist_win.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/memory/asan/blacklist_win.txt diff --git a/tools/memory/asan/blacklist_win.txt b/tools/memory/asan/blacklist_win.txt new file mode 100644 index 0000000000..2bb1aa9714 --- /dev/null +++ b/tools/memory/asan/blacklist_win.txt @@ -0,0 +1,4 @@ +# 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. \ No newline at end of file