[libc-commits] [PATCH] D158897: [libc] Add libc archive dependency on the header target

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Aug 25 14:47:23 PDT 2023


sivachandra added a comment.

The idea was that `install-libc` is that one target that pulls everything into the installation. Can you give more detail about the behavior you are observing?



================
Comment at: libc/lib/CMakeLists.txt:37
+  if(LLVM_LIBC_FULL_BUILD)
+    add_dependencies(${archive_1} libc-headers)
+  endif()
----------------
Does this really ensure installation of headers along with the archive?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158897/new/

https://reviews.llvm.org/D158897



More information about the libc-commits mailing list