[libc] [llvm] [libc] Temporary math macros fix (PR #87681)

Nick Desaulniers via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 4 13:37:48 PDT 2024


================
@@ -9,6 +9,9 @@
 #ifndef LLVM_LIBC_MACROS_MATH_MACROS_H
 #define LLVM_LIBC_MACROS_MATH_MACROS_H
 
+// TODO: Remove this. This is a temporary fix for a downstream problem.
+#ifdef LLVM_LIBC_FULLBUILD
----------------
nickdesaulniers wrote:

oh, right, we don't define `LIBC_FULL_BUILD` yet until (https://github.com/llvm/llvm-project/pull/87598, https://github.com/llvm/llvm-project/pull/87017)

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


More information about the llvm-commits mailing list