[PATCH] D46966: [lld] Use a real timestamp, with the option to use hash or explicit value
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 16 11:40:39 PDT 2018
ruiu added inline comments.
================
Comment at: lld/COFF/Driver.cpp:1041
+ Config->TimestampIsHash = true;
+ return;
+ } else {
----------------
This seems like a mistake. If your test passed with this patch, you should add a test to execute this path.
https://reviews.llvm.org/D46966
More information about the llvm-commits
mailing list