Reid, <div><br></div><div>Have you seen my replies to your previous patches? </div><div><a href="http://comments.gmane.org/gmane.comp.compilers.clang.scm/53381">http://comments.gmane.org/gmane.comp.compilers.clang.scm/53381</a></div>
<div><a href="http://permalink.gmane.org/gmane.comp.compilers.llvm.cvs/116782">http://permalink.gmane.org/gmane.comp.compilers.llvm.cvs/116782</a></div><div><br></div><div>--kcc <br><br><div class="gmail_quote">On Thu, Jul 12, 2012 at 9:19 PM, 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,<br>
<br>
Attached are two patches which add support for detecting<br>
initialization order problems in AddressSanitizer.<br>
Issues with initialization order are checked by poisoning the shadow<br>
memory of global variables which are not guaranteed to have been<br>
initialized before each modules initializers run.<br>
This approach catches the most obvious issues with initialization<br>
order, and correctly ignores access to global variables which should<br>
be accessible during initializers (function local statics, etc.).<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>