[libc-commits] [libc] [libc] Fix startup utilities failing to install in full build mode (PR #82522)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Wed Feb 21 14:25:07 PST 2024


================
@@ -35,19 +35,11 @@ foreach(archive IN ZIP_LISTS
   )
   if(LLVM_LIBC_FULL_BUILD)
     target_link_libraries(${archive_1} PUBLIC libc-headers)
+    add_dependencies(${archive_1} libc-startup)
----------------
jhuber6 wrote:

I think `linux` and `gpu` are the only ones with startup code currently. But good catch, should be `if TARGET`.

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


More information about the libc-commits mailing list