[libc] [llvm] [libc] Add proxy headers for fenv types. (PR #88467)

Job Henandez Lara via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 14:29:53 PDT 2024


================
@@ -41,6 +41,24 @@ add_proxy_header_library(
     libc.include.fenv
 )
 
+add_proxy_header_library(
+  fenv_t
----------------
Jobhdez wrote:

and do I need to change the corresponding `libc.hdr.fenv_t` to `libc.hdr.types.fenv_t` in the CMakeList.txt?

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


More information about the llvm-commits mailing list