[libc-commits] [libc] [libc][uefi] add crt1 (PR #132150)
Tristan Ross via libc-commits
libc-commits at lists.llvm.org
Thu Apr 24 10:46:30 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:
I believe it was causing a compiler error. I have about 2,370 builds to go until I can try.
https://github.com/llvm/llvm-project/pull/132150
More information about the libc-commits
mailing list