[libc-commits] [libc] [libc][uefi] add crt1 (PR #132150)

Tristan Ross via libc-commits libc-commits at lists.llvm.org
Thu Apr 24 12:50:10 PDT 2025


================
@@ -28,7 +28,7 @@ struct UefiStatusErrnoEntry {
   int errno_value;
 };
 
-static constexpr cpp::array<UefiStatusErrnoEntry, 43> UEFI_STATUS_ERRNO_MAP = {{
+static const cpp::array<UefiStatusErrnoEntry, 43> UEFI_STATUS_ERRNO_MAP = {{
----------------
RossComputerGuy wrote:

Ok, it turns out clang likes it now. :shrug: 

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


More information about the libc-commits mailing list