Take module DBI creation out of PDBLinker::addObjFile() into its own function.
This patch is point 4. in the "Proposed commit strategy" in D59226
Paths
| Differential D59261
[LLD][COFF] Separate module descriptors creation from type/symbol merging ClosedPublic Authored by aganea on Mar 12 2019, 9:12 AM.
Details Summary Take module DBI creation out of PDBLinker::addObjFile() into its own function. This patch is point 4. in the "Proposed commit strategy" in D59226
Diff Detail
Event TimelineComment Actions lgtm
This revision is now accepted and ready to land.Mar 14 2019, 1:00 PM Closed by commit rL356815: [LLD][COFF] Separate module descriptors creation from type/symbol merging (authored by aganea). · Explain WhyMar 22 2019, 3:06 PM This revision was automatically updated to reflect the committed changes. aganea marked an inline comment as done.
Revision Contents
Diff 190295 COFF/InputFiles.h
COFF/PDB.cpp
test/COFF/precomp-link.test
|
I would suggest MergedIntoPDB or something more descriptive. This is only used in one place, so it doesn't need to be short. "Merged" could mean a lot of things, and someone using DWARF might assume this was relating to PDBs.