[PATCH] D23474: COFF: add beginnings of debug directory creation

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 28 14:05:57 PDT 2016


compnerd set the repository for this revision to rL LLVM.
compnerd updated this revision to Diff 69519.
compnerd added a comment.

This adds a test as well.  Right now the only thing which is missing is the GUID generation.  Its unclear whether we want to use the random generation on each build (bad for reproducible builds) or hash the contents.  Im not sure how to best do the latter.  But, I think beyond that point, this is ready.


Repository:
  rL LLVM

https://reviews.llvm.org/D23474

Files:
  COFF/Config.h
  COFF/Driver.cpp
  COFF/Writer.cpp
  test/COFF/delayimports32.test
  test/COFF/rsds.test
  test/COFF/symtab.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23474.69519.patch
Type: text/x-patch
Size: 10481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160828/5fa62038/attachment.bin>


More information about the llvm-commits mailing list