[libcxx-commits] [PATCH] D111292: [libcxx] Fix a missed case needing "system header" markings for init_priority(100)

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 7 02:49:14 PDT 2021


mstorsjo created this revision.
mstorsjo added a reviewer: ldionne.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.

This was missed in D95972 <https://reviews.llvm.org/D95972> / 7c49052b170f76f19be64a5572d31ad8f5df4e61 <https://reviews.llvm.org/rG7c49052b170f76f19be64a5572d31ad8f5df4e61>,
as this codepath isn't exercised by CI yet.

FWIW, I should be able to add the necessary things to the windows
premerge runner image now, so we hopefully can add CI for the mingw
configuration soon. (Just waiting for some other updates to bundle
up more updates to the runner image at once, when botering someone to
rebuild it.)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111292

Files:
  libcxx/src/chrono.cpp


Index: libcxx/src/chrono.cpp
===================================================================
--- libcxx/src/chrono.cpp
+++ libcxx/src/chrono.cpp
@@ -80,7 +80,9 @@
   GetSystemTimeAsFileTimePtr fp;
 };
 
+# 83 "chrono.cpp" 1 3
 GetSystemTimeInit GetSystemTimeAsFileTimeFunc _LIBCPP_INIT_PRIORITY_MAX;
+# 85 "chrono.cpp" 2
 } // namespace
 
 #endif


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111292.377785.patch
Type: text/x-patch
Size: 351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211007/fdca9da1/attachment.bin>


More information about the libcxx-commits mailing list