<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2013/8/27 Reid Kleckner <span dir="ltr"><<a href="mailto:rnk@google.com" target="_blank" class="cremed">rnk@google.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

The sanitizer runtimes are linked into the main executable and are annotated with dllexport, and there is a separate dll of thunks that uses GetProcAddress to route the call to the main executable.  Timur would know more.</blockquote>

</div><br>The e-mail context looks a bit cryptic for me (not super-convenient with the rdynamic magic on Linux),</div><div class="gmail_extra">but I don't think we need anything on Windows other than __declspec(dllexport), which we already do in the main ASan runtime.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">Does this answer your question?</div></div>