[libc-commits] [libc] [libc][complex] Enable cabs and cabsf in libc (PR #206677)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Tue Jun 30 06:36:10 PDT 2026


================
@@ -1,3 +1,29 @@
+add_entrypoint_object(
+  cabs
+  SRCS
+    cabs.cpp
+  HDRS
+    ../cabs.h
+  DEPENDS
+    libc.src.__support.CPP.bit
+    libc.src.__support.common
----------------
vhscampos wrote:

Add `macros.config`

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


More information about the libc-commits mailing list