[libc-commits] [libc] [libc] init uefi os target (PR #120687)

Tristan Ross via libc-commits libc-commits at lists.llvm.org
Sat Feb 8 07:44:28 PST 2025


================
@@ -13,10 +13,12 @@
 #include "src/__support/CPP/string_view.h"
 #include "src/__support/fixed_point/fx_rep.h"
 #include "src/__support/macros/config.h"
+#include "src/__support/macros/properties/os.h"
 #include "src/__support/macros/properties/types.h" // LIBC_TYPES_HAS_INT128
 #include "src/__support/uint128.h"
 #include "test/UnitTest/TestLogger.h"
 
+#ifndef LIBC_TARGET_OS_IS_UEFI
----------------
RossComputerGuy wrote:

I just found out there is `GetNextMonotonicCount` in the boot services.

https://github.com/llvm/llvm-project/pull/120687


More information about the libc-commits mailing list