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

Clement Courbet via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 24 04:22:12 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"
----------------
legrosbuffle wrote:

You probably want to add a cmake dep for this.

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


More information about the llvm-commits mailing list