================ @@ -0,0 +1,95 @@ +// Test that clang preincludes stdc-predef.h if we are using a libc that does +// not pre-include it, e.g. musl. + +// Musl-based systems need this additional include. +// ---------------- jthackray wrote:
Thanks, done. https://github.com/llvm/llvm-project/pull/202919 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
