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

via libc-commits libc-commits at lists.llvm.org
Thu Apr 11 21:13:17 PDT 2024


================
@@ -5,7 +5,8 @@ add_entrypoint_object(
   HDRS
     fegetround.h
   DEPENDS
-    libc.include.fenv
+    libc.hdr.fenv_t
+    libc.hdr.fexcept_t
----------------
lntue wrote:

Remove both of these dependency, they are not directly used in `fegetround.(h|cpp)`.

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


More information about the libc-commits mailing list