[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:21:17 PDT 2024
================
@@ -31,3 +31,12 @@ add_proxy_header_library(
libc.include.llvm-libc-macros.math_macros
libc.include.math
)
+
+add_proxy_header_library(
+ fenv_macros
+ HDRS
+ fenv_macros.h
+ FULL_BUILD_DEPENDS
+ libc.include.llvm-libc-macros.fenv_macros
+ libc.hdr.fenv_macros
----------------
lntue wrote:
This should be `libc.include.fenv`
https://github.com/llvm/llvm-project/pull/87896
More information about the libc-commits
mailing list