[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
Fri Oct 8 10:36:48 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1b53413a3848: [libcxx] Fix a missed case needing "system header" markings for init_priority… (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

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

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.378299.patch
Type: text/x-patch
Size: 351 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211008/959d9a6c/attachment.bin>


More information about the libcxx-commits mailing list