================ @@ -0,0 +1,77 @@ +// Test that clang preincludes stdc-predef.h for musl Linux targets and +// glibc Linux sysroots that provide the header. + +// Musl-based systems need this additional include. +// RUN: %clang %s -### -c --target=x86_64-unknown-linux-musl \ ---------------- jthackray wrote:
Sure, increased line wrapping width, so only 2 `RUN` lines. https://github.com/llvm/llvm-project/pull/202919 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
