[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 21:58:11 PDT 2024


================
@@ -14,7 +14,7 @@
 #include "src/__support/FPUtil/FEnvImpl.h"
 #include "test/UnitTest/Test.h"
 
-#include <fenv.h>
----------------
lntue wrote:

This test uses `fenv_t`, so it still needs #include <fenv.h>. We will replace it in the next step when we add proxy header for `fenv_t`.

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


More information about the libc-commits mailing list