[libc-commits] [libc] [libc] Add "include/" to the LLVM include directories (PR #83199)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Tue Feb 27 15:50:13 PST 2024


================
@@ -9,7 +9,7 @@
 #ifndef __LLVM_LIBC_TYPES_FLOAT128_H__
 #define __LLVM_LIBC_TYPES_FLOAT128_H__
 
-#include <include/llvm-libc-macros/float-macros.h> // LDBL_MANT_DIG
+#include <llvm-libc-macros/float-macros.h> // LDBL_MANT_DIG
----------------
nickdesaulniers wrote:

Filed: https://github.com/llvm/llvm-project/issues/83210

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


More information about the libc-commits mailing list