[libc] [llvm] [libc] Add proxy header for fenv.h macro constants. #87863 (PR #87896)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 10 15:13: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.incude.fenv
----------------
lntue wrote:
Thanks!
https://github.com/llvm/llvm-project/pull/87896
More information about the llvm-commits
mailing list