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

Michael Jones via libc-commits libc-commits at lists.llvm.org
Mon May 5 13:58:23 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"
----------------
michaelrj-google wrote:

I think these should be `config/app.h`. There's no reason to have the extra layer of indirection if it's not being used. Here and other files.

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


More information about the libc-commits mailing list