[PATCH] D144281: Update output for timestamp with llvm-readobj on XCOFF files.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 00:33:52 PST 2023


jhenderson requested changes to this revision.
jhenderson added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/tools/llvm-readobj/XCOFFDumper.cpp:105
+        strftime(FormattedTime, sizeof(FormattedTime), "%F %T %Z",
+                 localtime_r(&TimeDate, &local_tm));
+    if (BytesFormatted)
----------------
This is failing to build on Windows.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144281/new/

https://reviews.llvm.org/D144281



More information about the llvm-commits mailing list