commit | ebe22a1774ed433534a63af0bf5fdc5b5bd821b4 | [log] [tgz] |
---|---|---|
author | Alexandre Ganea <[email protected]> | Tue May 28 15:35:23 2019 |
committer | Alexandre Ganea <[email protected]> | Tue May 28 15:35:23 2019 |
tree | 342d42d0dc657e28ea51a136e29fb97a9a4dee40 | |
parent | 8534675cefb427f33c4fa083d2751ef09acccaf5 [diff] |
[LLD][COFF] Early load PDB type server files We need to have all input files ready before doing debuginfo type merging. This patch is moving the late PDB type server discovery much earlier in the process, when the explicit inputs (OBJs, LIBs) are loaded. The short term goal is to parallelize type merging. Differential Revision: https://reviews.llvm.org/D60095 llvm-svn: 361842