commit | 74d5b3322235e72d951f45aa427443b2addcb931 | [log] [tgz] |
---|---|---|
author | Alexandre Ganea <alexandre.ganea@ubisoft.com> | Fri Mar 22 22:07:27 2019 +0000 |
committer | Alexandre Ganea <alexandre.ganea@ubisoft.com> | Fri Mar 22 22:07:27 2019 +0000 |
tree | 8ae96f7dbca365a755e87b980983c4a27275d8b6 | |
parent | b68322f9d0f750c5800d7b8b53566236edb42f69 [diff] |
[LLD][COFF] Separate module descriptors creation from type/symbol merging Take module DBI creation out of PDBLinker::addObjFile() into its own function. This is groundwork towards parallelizable type merging, as proposed in D59226. Differential Revision: https://reviews.llvm.org/D59261 llvm-svn: 356815