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

via libc-commits libc-commits at lists.llvm.org
Wed Dec 20 15:04:28 PST 2023


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

why is this target being renamed? Additionally, if you rename it here it also needs to be renamed for your `merge_relocatable_object`.

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


More information about the libc-commits mailing list