[libc-commits] [libc] [libc][uefi] add crt1 (PR #132150)
Tristan Ross via libc-commits
libc-commits at lists.llvm.org
Mon May 5 21:32:24 PDT 2025
================
@@ -0,0 +1,32 @@
+//===-- Implementation of crt for UEFI ------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "config/uefi/app.h"
----------------
RossComputerGuy wrote:
Done
https://github.com/llvm/llvm-project/pull/132150
More information about the libc-commits
mailing list