[PATCH] D59261: [LLD][COFF] Separate module descriptors creation from type/symbol merging
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 09:12:50 PDT 2019
aganea created this revision.
aganea added reviewers: mstorsjo, rnk, zturner, ruiu.
Herald added a project: LLVM.
Take module DBI creation out from `PDBLinker::addObjFile()` into its own function.
This patch is point 4. in the "Proposed commit strategy" in D59226 <https://reviews.llvm.org/D59226>
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D59261
Files:
COFF/InputFiles.h
COFF/PDB.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59261.190276.patch
Type: text/x-patch
Size: 5117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190312/c4e08a4a/attachment.bin>
More information about the llvm-commits
mailing list