<div dir="ltr">Hi Jyun-Yan,<br><div><br></div><div style>The patches look almost perfect, but may I ask you to send them using <a href="http://llvm.org/docs/Phabricator.html">http://llvm.org/docs/Phabricator.html</a> ? </div>
<div style>(This is not a requirement in the LLVM land, but is our strong preference for the sanitizer code)</div><div style>One thing that I noticed is __attribute__((aligned(16))), for which we prefer to use the ALIGNED macro from </div>
<div style>sanitizer_common/sanitizer_internal_defs.h.<br></div><div style><br></div><div style>The main question about the MIPS support is whether you are planing to have a public build bot running asan tests? </div><div style>
If not, there is a good chance that we will be breaking it every other week. </div><div style><br></div><div style>Thanks! </div><div style><br></div><div style>--kcc </div><div style><br></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Jun 3, 2013 at 8:44 AM, Jyun-Yan You <span dir="ltr"><<a href="mailto:jyyou@cs.nctu.edu.tw" target="_blank">jyyou@cs.nctu.edu.tw</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div><div><div>These patches add AddressSanitizer Linux MIPS32 support.<br></div>The shadow offset is calculated from TASK_UNMAPPED_BASE of Linux MIPS32.<br></div><div>The LLVM patch also makes the poison value use target endian instead of host.<br>

</div></div></div>
<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>