[libc-commits] [libc] [libc] Fix installed 'math.h' header paths (PR #83199)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Tue Feb 27 15:15:06 PST 2024
================
@@ -9,8 +9,6 @@
#ifndef __LLVM_LIBC_TYPES_FLOAT128_H__
#define __LLVM_LIBC_TYPES_FLOAT128_H__
-#include <include/llvm-libc-macros/float-macros.h> // LDBL_MANT_DIG
----------------
nickdesaulniers wrote:
> Does that even work cross-platform?
/me shrugs in Linux.
@lntue 's suggestion to fix our include paths to match how the headers will be installed sounds like it would straighten this out.
https://github.com/llvm/llvm-project/pull/83199
More information about the libc-commits
mailing list