https://build.chromium.org/p/chromium.lkgr/builders/Win%20ASan%20Release/builds/2282/steps/compile/logs/stdio
warning LNK4099: PDB 'vc140.pdb' was not found with 'clang_rt.asan-i386.lib(sanitizer_common.cc.obj)' or at 'C:\b\build\slave\Win_ASan_Release\build\src\out\Release\vc140.pdb'; linking object as if no debug info
rnk says we should do something about this:
rnk: yeah, we should do something about that
rnk: it probably means tweaking the asan build system
rnk: I think it means we either need ot use /Z7 to get self-contained debug info or we need to copy the PDB along with the .lib
So adding to the 82385 blocker list which I look at fairly often. Maybe I'll get around to it :-)
Comment 1 by thakis@chromium.org
, Aug 9 2016Labels: -Clang clang
Status: Fixed (was: Untriaged)