[libc-commits] [libc] [libc][NFC] Make entrypoint alias targets real library targets. (PR #66044)

Guillaume Chatelet via libc-commits libc-commits at lists.llvm.org
Tue Sep 12 00:54:42 PDT 2023


================
@@ -586,10 +588,23 @@ function(create_entrypoint_object fq_target_name)
       message(FATAL_ERROR "The aliasee of an entrypoint alias should be an entrypoint.")
     endif()
 
-    add_custom_target(${fq_target_name})
-    add_dependencies(${fq_target_name} ${fq_dep_name})
+    # add_custom_target(${fq_target_name})
----------------
gchatelet wrote:

remove

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


More information about the libc-commits mailing list