<div>First question: do we want to use the same blacklist flag for both regular asan functionality and the global init checker? </div><div>Suppose you have a few globals in foo.cc that you want to ignore. </div><div>Then you add src:foo.cc to the blacklist file and suddenly you disable all of asan instrumentation for this file. </div>
<div>Maybe we better add a new flag, -asan-global-init-blacklist ? <br><div><br></div><div><br></div><div>--kcc <br><br><div class="gmail_quote">On Wed, Aug 29, 2012 at 12:49 AM, Reid Watson <span dir="ltr"><<a href="mailto:reidw@google.com" target="_blank">reidw@google.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello -- two patches here,<br>
<br>
The first adds lit_tests for the ASan blacklist and initialization<br>
order checking system.<br>
<br>
The second is a one line change to the ASan instrumentation pass which<br>
probably should have been included in the previous blacklist patch.<br>
The tests will fail if this patch is not applied.<br>
<br>
All the best,<br>
Reid<br>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div></div>