================ @@ -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. +// +// RUN: %clang %s -### -c 2>&1 \ ---------------- jthackray wrote:
Thanks, fixed. https://github.com/llvm/llvm-project/pull/202919 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
