[libc-commits] [libc] [libc][test] FIX: made RoundingModUtils.cpp and .h hermetic (PR #185133)

Alexey Samsonov via libc-commits libc-commits at lists.llvm.org
Fri Mar 6 16:52:16 PST 2026


================
@@ -12,7 +12,8 @@
 #include "src/__support/FPUtil/FEnvImpl.h"
 #include "src/__support/FPUtil/rounding_mode.h"
 
-#include "hdr/fenv_macros.h"
+#include "include/llvm-libc-macros/fenv-macros.h"
----------------
vonosmas wrote:

This doesn't look right? I think proxy header `fenv_macros.h` is working as intended here - defers to llvm-libc include in full-build mode, and to the system header in the overlay mode.

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


More information about the libc-commits mailing list