[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:16:53 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:
There's the system time which isn't in a super friendly format. But I don't think there's an actual system clock as defined in the spec.
https://github.com/llvm/llvm-project/pull/120687
More information about the libc-commits
mailing list