================
@@ -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 \
----------------
MaskRay wrote:

Can we decrease the line wrapping width? Most RUN lines need at most two 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

Reply via email to