[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 21:46:13 PDT 2024


================
@@ -3,7 +3,7 @@ add_header_library(
   HDRS
     FEnvImpl.h
   DEPENDS
-    libc.include.fenv
----------------
lntue wrote:

We still need to have `libc.include.fenv` in the dependency for this target for now.  We can remove it once `FEnvImpl.h` does not need `#include <fenv.h>` anymore.

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


More information about the llvm-commits mailing list