[libc] [llvm] [libc][NFC] Move float macro into its own header / add target os detection (PR #73311)

Guillaume Chatelet via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 24 06:53:49 PST 2023


================
@@ -9,7 +9,7 @@
 #ifndef LLVM_LIBC_SRC_MATH_COPYSIGNF128_H
 #define LLVM_LIBC_SRC_MATH_COPYSIGNF128_H
 
-#include "src/__support/macros/properties/compiler.h"
+#include "src/__support/macros/properties/float.h"
----------------
gchatelet wrote:

I'll do this is a separate patch as well because `libc/src/math/CMakeLists.txt` needs to be tweaked to pass dependencies.

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


More information about the llvm-commits mailing list