[PATCH] D34020: Implement COFF emission for parsed Windows Resource ( .res) files.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 17:01:45 PDT 2017


ruiu added inline comments.


================
Comment at: llvm/lib/Object/WindowsResource.cpp:391
+  return Now;
+}
+
----------------
Incremental linking sees file itself's timestamp instead of a timestamp field inside a file, no?

Reproducible build is generally important in many use cases, and you don't want to break that property unless breaking it is absolutely necessary. It is so convenient if you can always create an identical output from the same source tree.


https://reviews.llvm.org/D34020





More information about the llvm-commits mailing list