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

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 13:24:34 PDT 2018


aganea updated this revision to Diff 154301.
aganea marked an inline comment as done.
aganea added a comment.

Adressed @zturner's and @ruiu's comments.


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/pdb-type-server-missing.yaml
  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/TypeIndexDiscovery.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  llvm/trunk/lib/DebugInfo/PDB/DIA/DIASession.cpp
  llvm/trunk/lib/DebugInfo/PDB/GenericError.cpp
  llvm/trunk/lib/DebugInfo/PDB/PDB.cpp
  llvm/trunk/test/tools/llvm-symbolizer/pdb/missing_pdb.test
  llvm/trunk/tools/llvm-pdbutil/llvm-pdbutil.cpp
  llvm/trunk/tools/llvm-readobj/COFFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45213.154301.patch
Type: text/x-patch
Size: 40442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180705/385125a7/attachment.bin>


More information about the llvm-commits mailing list