[libc-commits] [libc] [llvm] [libc] Remove direct math.h includes (PR #85324)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Mar 19 09:15:25 PDT 2024


================
@@ -62,7 +62,17 @@ config_setting(
     flag_values = {":mpfr": "system"},
 )
 
-############################## Support libraries #############################
+################################# Include Files ################################
+
+libc_support_library(
+    name = "internal_includes",
----------------
michaelrj-google wrote:

could you explain your issue in a little more detail? This support library globs all the macro and type headers that are available to the public headers, and since these are header-only internal implementation details I feel it's not a problem. Meanwhile the individual functions do need their own targets since a target can specify which specific list they want to build.

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


More information about the libc-commits mailing list