[PATCH] [lsan] Make LSan ignore memory poisoned by ASan.

Alexey Samsonov samsonov at google.com
Mon Dec 9 03:42:17 PST 2013



================
Comment at: lib/lsan/lit_tests/TestCases/AsanOnly/lit.local.cfg:1
@@ +1,2 @@
+if config.tool == 'asan':
+  config.suffixes = ['.cc']
----------------
Try config.unsupported = True.


http://llvm-reviews.chandlerc.com/D2359

BRANCH
  feat/is_poisoned

ARCANIST PROJECT
  compiler-rt



More information about the llvm-commits mailing list