MaskRay wrote: The musl order prioritizes /usr/include over compiler headers - a philosophy to makes its headers complete and authoratative (<stdbool.h>/<stdarg.h>/etc). glibc on the other hand prefers compiler headers over /usr/include.
newlib and picolibc also seem to use the glibc order. https://github.com/llvm/llvm-project/pull/183453 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
