[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 Oct 25 08:07:30 PDT 2018


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

Update diff again:

- Added more converage tests.
- Added comment to clarify the `sys::path::Style::windows` and precomp OBJs situation when cross-compiling.


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-invalid.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.171104.patch
Type: text/x-patch
Size: 34248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181025/812f2a20/attachment-0001.bin>


More information about the llvm-commits mailing list