[PATCH] D45213: [COFF][LLD] Add link support for precompiled headers .objs

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 28 12:28:46 PDT 2018


aganea updated this revision to Diff 167531.
aganea added a comment.

I've corrected the issues raised. Anything that wasn't related to this change was already commited separately.

This patch is now ready for review again.


https://reviews.llvm.org/D45213

Files:
  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/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
  test/COFF/Inputs/precomp-a.obj
  test/COFF/Inputs/precomp-b.obj
  test/COFF/Inputs/precomp.obj

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45213.167531.patch
Type: text/x-patch
Size: 32580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180928/a76933b8/attachment.bin>


More information about the llvm-commits mailing list