This is an archive of the discontinued LLVM Phabricator instance.

[PDB] Fix type server handling for archives
ClosedPublic

Authored by rnk on Jul 13 2017, 10:45 AM.

Details

Summary

This fixes type indices for SDK or CRT static archives. Previously we'd
try to look next to the archive object file path, which would not exist
on the local machine.

Also error out if we can't resolve a type server record. Hypothetically
we can recover from this error by discarding debug info for this object,
but that is not yet implemented.

Diff Detail

Repository
rL LLVM

Event Timeline

rnk created this revision.Jul 13 2017, 10:45 AM
ruiu accepted this revision.Jul 13 2017, 10:55 AM

LGTM

This revision is now accepted and ready to land.Jul 13 2017, 10:55 AM
This revision was automatically updated to reflect the committed changes.