[libc-commits] [libc] [libc] major refactor of startup library (PR #76092)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Thu Dec 21 08:02:03 PST 2023


================
@@ -1,17 +1,13 @@
 add_startup_object(
-  crt1
+  start
----------------
SchrodingerZhu wrote:

I have renamed it in `merge_relocatable_object`. I did this because it is no longer `crt1.o` but a component of it.

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


More information about the libc-commits mailing list