[libc] [llvm] [libc] Add proxy header for fenv.h macro constants. #87863 (PR #87896)

via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 6 15:01:04 PDT 2024


================
@@ -4,7 +4,7 @@ add_header_library(
     sqrt.h
     sqrt_80_bit_long_double.h
   DEPENDS
-    libc.include.fenv
+    libc.hdr.fenv_macros
----------------
lntue wrote:

Check if the above 2 header files do not include `fenv_macros.h` then this dependency is not needed.

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


More information about the llvm-commits mailing list