[PATCH] clang-cl: support -fsanitize=address

Timur Iskhodzhanov timurrrr at google.com
Wed Aug 28 05:00:57 PDT 2013


2013/8/27 Reid Kleckner <rnk at google.com>

> > Do you know an easy way we can add the asan_dll_thunk.lib instead when
> we build a DLL?
> Yep, /LD (or /LDd), but we don't support that flag yet I believe.  IMO it
> can come when we do.


Are you sure it applies to projects where the same .obj files can be used
to cook an .exe and a .dll?
Think base/ in Chromium vs chrome.exe vs chrome.dll
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130828/d30a0814/attachment.html>


More information about the cfe-commits mailing list