[libc-commits] [libc] [libc][uefi] add crt1 (PR #132150)
Tristan Ross via libc-commits
libc-commits at lists.llvm.org
Wed Mar 26 19:50:14 PDT 2025
================
@@ -7,14 +7,15 @@
//===-----------------------------------------------------------------===//
#include "src/__support/OSUtil/exit.h"
-#include "include/Uefi.h"
+#include "Uefi.h"
----------------
RossComputerGuy wrote:
Fixed, I just needed the `EFI_SYSTEM_TABLE`'s stuff.
https://github.com/llvm/llvm-project/pull/132150
More information about the libc-commits
mailing list