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

via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 16:34:32 PDT 2024


================
@@ -62,7 +62,17 @@ config_setting(
     flag_values = {":mpfr": "system"},
 )
 
-############################## Support libraries #############################
+################################# Include Files ################################
+
+libc_support_library(
+    name = "internal_includes",
+    hdrs = glob([
+        "include/llvm-libc-macros/*.h",
+        "include/llvm-libc/types/*",
----------------
lntue wrote:

`include/llvm-libc-types/*`

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


More information about the llvm-commits mailing list