[libc-commits] [libc] [libc][NFC] Make entrypoint alias targets real library targets. (PR #66044)
Siva Chandra via libc-commits
libc-commits at lists.llvm.org
Tue Sep 12 09:37:03 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})
----------------
sivachandra wrote:
Done
https://github.com/llvm/llvm-project/pull/66044
More information about the libc-commits
mailing list