[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 11:33:52 PST 2023


jhuber6 added inline comments.


================
Comment at: libc/lib/CMakeLists.txt:6
+  if(LIBC_TARGET_ARCHITECTURE_IS_GPU)
+    list(APPEND libc_archive_names cgpu mgpu)
+  else()
----------------
Does this omit `libm` if there are no entrypoints for it enabled? Right now I haven't begun working on any `libm` related stuff.


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