[libc-commits] [PATCH] D121237: [libc][NFC] split standalone_cpp into single headers

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Mar 8 11:47:23 PST 2022


lntue accepted this revision.
lntue added inline comments.


================
Comment at: libc/src/__support/FPUtil/CMakeLists.txt:1
+#TODO(michaelrj): seperate the fputil library into individual targets.
 add_header_library(
----------------
nit: separate


================
Comment at: libc/src/string/memory_utils/CMakeLists.txt:12
   DEPS
-    standalone_cpp
+  libc.src.__support.CPP.bit
 )
----------------
nit: alignment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121237



More information about the libc-commits mailing list