<div dir="ltr">Hi,<div><br></div><div>I just downloaded Windows / MSVC Clang installer. Integration with VC++2012 went fine and I am able to build executables with LLVM toolchain (YEY!) but after adding "-fsanitize=address" I am getting:</div>
<div><br></div><div><div>1>main.obj : error LNK2019: unresolved external symbol ___asan_report_store4 referenced in function _main</div><div>1>main.obj : error LNK2019: unresolved external symbol ___asan_report_load4 referenced in function _main</div>
<div>1>main.obj : error LNK2019: unresolved external symbol ___asan_report_load1 referenced in function _main</div><div>1>main.obj : error LNK2019: unresolved external symbol ___asan_init_v3 referenced in function _asan.module_ctor</div>
<div><br></div><div>I did see Chandler using it in his talk on GN2013 so I assume I am doing something wrong. </div><div><br></div><div>Since this is my first post on this list I also want to thank all you guys for this awesome compiler. I recently have of pleasure using it on OS X (tho XCode sucks) and it would be just the best thing if I could also switch to Cland on Windows. Thanks again!</div>
<div><br></div>Regards,
</div><div>Szymon Gatner</div></div>