[PATCH] D42188: [LLD][PDB] Implement FIXME: Warn on missing TypeServer PDB rather than error

Colden Cullen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 13:54:04 PST 2018


colden updated this revision to Diff 130266.
colden added a comment.

Got as close as I could to @rnk's suggested error format, while still using toString(theError).

New error example:
warning: Type server PDB for tmp32.dbg\dso_win32.obj is invalid, ignoring debug info. PDB Error: Type server PDB was not found.  F:\external-libs\openssl\openssl-1.0.2k\tmp32.dbg\lib.pdb


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D42188

Files:
  COFF/PDB.cpp
  test/COFF/pdb-type-server-missing.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42188.130266.patch
Type: text/x-patch
Size: 5575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180117/f43b22d8/attachment.bin>


More information about the llvm-commits mailing list