[libc-commits] [libc] [libc] Basic implementation of crt0 (PR #146863)
Petr Hosek via libc-commits
libc-commits at lists.llvm.org
Thu Jul 31 01:31:23 PDT 2025
================
@@ -1,11 +1,68 @@
+function(add_startup_object name)
----------------
petrhosek wrote:
Can leave a TODO comment similar to https://github.com/llvm/llvm-project/blob/6752415ce8640cede492a3409af50fbef357f8b4/libc/startup/uefi/CMakeLists.txt#L1 here as well?
https://github.com/llvm/llvm-project/pull/146863
More information about the libc-commits
mailing list