Comment #6 on issue 328 by [email protected]: AddressSanitizer should support -MTd/-MDd runtimes
http://code.google.com/p/address-sanitizer/issues/detail?id=328

My understanding is that the linker is sensitive to the order of libraries on the command line. IIRC, the correct order is the asan rtl followed by the CRT. Can you play with the link line directly to make the link succeed?

It may be affected by '/defaultlib:libcmt.lib' flags in object files as well. Maybe '/nodefaultlib:libcmt.lib clang_rt.asan-i386.lib libcmt.lib' could fix it.

Hopefully we can fix the order dependency at some point.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to