[all-commits] [llvm/llvm-project] 865fb9: [libc][uefi] add crt1 (#132150)
Tristan Ross via All-commits
all-commits at lists.llvm.org
Fri May 9 09:02:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 865fb9c1a50f8b836a8c9ee6f4d1cbe7cce59fc3
https://github.com/llvm/llvm-project/commit/865fb9c1a50f8b836a8c9ee6f4d1cbe7cce59fc3
Author: Tristan Ross <tristan.ross at midstall.com>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M libc/config/app.h
A libc/config/uefi/app.h
M libc/include/CMakeLists.txt
R libc/include/Uefi.h.def
M libc/include/Uefi.yaml
M libc/include/llvm-libc-types/CMakeLists.txt
M libc/include/llvm-libc-types/EFI_STATUS.h
M libc/src/__support/OSUtil/uefi/CMakeLists.txt
A libc/src/__support/OSUtil/uefi/error.h
M libc/src/__support/OSUtil/uefi/exit.cpp
M libc/src/__support/OSUtil/uefi/io.cpp
A libc/startup/uefi/CMakeLists.txt
A libc/startup/uefi/crt1.cpp
A libc/test/integration/startup/uefi/CMakeLists.txt
A libc/test/integration/startup/uefi/main_without_args.cpp
Log Message:
-----------
[libc][uefi] add crt1 (#132150)
Adds `crt1.o` for the UEFI platform in the LLVM C library. This makes
things start to become useful.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list