[PATCH] D24404: COFF: make builds more reproducible

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 09:27:16 PDT 2016


compnerd created this revision.
compnerd added a reviewer: ruiu.
compnerd added a subscriber: llvm-commits.
compnerd set the repository for this revision to rL LLVM.
compnerd added a project: lld.

Change the way we calculate the build id to use MD5 to give reproducible build
ids.  Previously we would generate random bytes for the build id GUID.


Repository:
  rL LLVM

https://reviews.llvm.org/D24404

Files:
  COFF/Writer.cpp
  test/COFF/rsds.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24404.70851.patch
Type: text/x-patch
Size: 4232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160909/24c43147/attachment.bin>


More information about the llvm-commits mailing list