mstorsjo 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.
Oh, that's good to know; I wasn't aware that there was such an intentional difference. If all concerns here have been cleared, I presume we can go ahead and merge this one then? https://github.com/llvm/llvm-project/pull/183453 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
