[libc-commits] [PATCH] D143005: [libc] Build two different static archives libc.a and libm.a under full build.

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jan 31 12:42:50 PST 2023


jhuber6 added inline comments.


================
Comment at: libc/lib/CMakeLists.txt:1-3
+set(libc_archive_targets "")
+set(libc_archive_names "")
+set(libc_archive_entrypoint_lists "")
----------------
Is this necessary? Won't CMake just create an empty one if it doesn't exist?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143005



More information about the libc-commits mailing list