[libc-commits] [libc] [llvm] [libc] Add proxy header for fenv.h macro constants. #87863 (PR #87896)
    via libc-commits 
    libc-commits at lists.llvm.org
       
    Sun Apr  7 11:37:09 PDT 2024
    
    
  
================
@@ -70,6 +70,12 @@ libc_support_library(
     deps = [":llvm_libc_macros_limits_macros"],
 )
 
+libc_support_library(
+    name = "llvm_libc_macros_fenv_macros",
+    hdrs = ["include/llvm-libc-macros/fenv-macros.h"],
+    deps = [":llvm_libc_macros_limits_macros"],
+)
+
----------------
lntue wrote:
You don't need to add this one.
https://github.com/llvm/llvm-project/pull/87896
    
    
More information about the libc-commits
mailing list