I'm seeing this when linking base.dll:
[5324/54362] LINK(DLL) base.dll base.dll.lib base.dll.pdb
FAILED: base.dll base.dll.lib base.dll.pdb
C:/b/depot_tools/python276_bin/python.exe ../../build/toolchain/win/tool_wrapper.py link-wrapper environment.x86 False link.exe /nologo /IMPLIB:./base.dll.lib /DLL /OUT:./base.dll /PDB:./base.dll.pdb @./base.dll.rsp
LINK : ./base.dll not found or not built by the last incremental link; performing full link
enum_variant.obj : warning LNK4102: export of deleting destructor '[thunk]:private: virtual void * __thiscall base::win::EnumVariant::`vector deleting destructor'`adjustor{4}' (unsigned int)'; image may not run correctly
LINK : error LNK1218: warning treated as error; no output file generated
If I switch back to the pinned version of clang, I don't see this error, so this must be a clang regression.
Failing build window:
https://build.chromium.org/p/chromium.fyi/builders/ClangToTWin%28dbg%29/builds/8331
https://build.chromium.org/p/chromium.fyi/builders/ClangToTWin%28dbg%29/builds/8332
good: r306717
bad: r306781
Comment 1 by r...@chromium.org
, Jun 30 2017