[libc-commits] [libc] [libc] Fix installed 'math.h' header paths (PR #83199)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Feb 27 15:31:25 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
----------------
michaelrj-google wrote:

all the `#include`s in `/include/` for things in `llvm-libc-types` or `llvm-libc-macros` currently use `<>`. It may be worthwhile to change this, but that should probably be one cleanup patch.

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


More information about the libc-commits mailing list