https://llvm.org/bugs/show_bug.cgi?id=24740

Nico Weber <nicolaswe...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Nico Weber <nicolaswe...@gmx.de> ---
LLVM 256203 added an MC target option to toggle writing of timestamps. r256204
added a /Brepro flag to clang-cl mode to set this option for clang-cl, and it
also made it so it's not set in mingw builds:

+  // Only default to -mincremental-linker-compatible if we think we are
+  // targeting the MSVC linker.
+  bool DefaultIncrementalLinkerCompatible =
+      C.getDefaultToolChain().getTriple().isWindowsMSVCEnvironment();

There's still no flag to set an explicit timestamp from the driver as motivated
in comment 2, but the main issue here was fixed by David. (If the explicit
timestamp override turns out to be useful in the future, we can add it then.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to