[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
Sat Apr 6 14:56:28 PDT 2024
================
@@ -1,7 +1,7 @@
set(TARGET_PUBLIC_HEADERS
libc.include.assert
libc.include.ctype
- libc.include.fenv
+ libc.hdr.fenv_macros
----------------
lntue wrote:
Don't change `libc.include.fenv` in the `libc/config` folder, they are for registering the headers for full build modes.
https://github.com/llvm/llvm-project/pull/87896
More information about the libc-commits
mailing list