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

via libc-commits libc-commits at lists.llvm.org
Tue Feb 27 15:01:41 PST 2024


https://github.com/lntue commented:

I think we plan (and currently we do) to directly include many of those headers in `llvm-libc-macros` and `llvm-libc-types` directly in our internal implementations inside `src` folder, we should add `libc/include` in the include paths so that internal inclusions will match with installed headers as `#include <llvm-libc-macros/*>`.  WDYT? @nickdesaulniers @michaelrj-google @gchatelet 

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


More information about the libc-commits mailing list