[PATCH] D45213: [COFF][LLD] Add link support for precompiled headers .objs
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 24 13:39:18 PDT 2018
aganea updated this revision to Diff 170971.
aganea marked 7 inline comments as done.
aganea added a comment.
Please the updated diff which adresses comments.
In https://reviews.llvm.org/D45213#1259147, @zturner wrote:
> How big are the object files?
65.6 KB. I want to ensure things work smoothly with cl-generated OBJs.
https://reviews.llvm.org/D45213
Files:
lld/trunk/test/COFF/Inputs/precomp-a.obj
lld/trunk/test/COFF/Inputs/precomp-b.obj
lld/trunk/test/COFF/Inputs/precomp.obj
lld/trunk/COFF/InputFiles.h
lld/trunk/COFF/PDB.cpp
lld/trunk/test/COFF/Inputs/precomp-a.obj
lld/trunk/test/COFF/Inputs/precomp-b.obj
lld/trunk/test/COFF/Inputs/precomp.obj
lld/trunk/test/COFF/precomp-link.test
llvm/trunk/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h
llvm/trunk/include/llvm/DebugInfo/PDB/GenericError.h
llvm/trunk/include/llvm/Support/BinaryStreamArray.h
llvm/trunk/lib/DebugInfo/CodeView/CodeViewError.cpp
llvm/trunk/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
llvm/trunk/lib/DebugInfo/PDB/GenericError.cpp
llvm/trunk/tools/llvm-readobj/COFFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45213.170971.patch
Type: text/x-patch
Size: 33049 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181024/a1b33da5/attachment.bin>
More information about the llvm-commits
mailing list