[PATCH] D24404: COFF: make builds more reproducible

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 11:52:29 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM with a nit.


================
Comment at: COFF/Writer.cpp:149
@@ -148,2 +148,3 @@
   std::vector<std::unique_ptr<Chunk>> DebugRecords;
+  CVDebugRecordChunk *BuildId;
 
----------------
BuildId = nullptr, likewise.


https://reviews.llvm.org/D24404





More information about the llvm-commits mailing list