New issue
Advanced search Search tips

Issue 618511 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug

Blocking:
issue 82385



Sign in to add a comment

PDB warnings on asan lkgr bots

Project Member Reported by thakis@chromium.org, Jun 9 2016

Issue description

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 :-)
 
Cc: etienneb@chromium.org
Labels: -Clang clang
Status: Fixed (was: Untriaged)
 issue 635715  comment 12 suggests that we went the /Z7 way, and indeed these warnings are gone now.

Sign in to add a comment