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

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed Feb 21 14:24: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)
----------------
michaelrj-google wrote:

are there any fullbuild targets we support that don't have startup code yet? (E.g. risc-v linux?)

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


More information about the libc-commits mailing list