[compiler-rt] r189356 - Properly generate lists of exported symbols for sanitizer runtimes
Timur Iskhodzhanov
timurrrr at google.com
Thu Aug 29 06:43:15 PDT 2013
2013/8/27 Reid Kleckner <rnk at google.com>
> 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.
The e-mail context looks a bit cryptic for me (not super-convenient with
the rdynamic magic on Linux),
but I don't think we need anything on Windows other than
__declspec(dllexport), which we already do in the main ASan runtime.
Does this answer your question?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130829/0b61ba87/attachment.html>
More information about the llvm-commits
mailing list