================ @@ -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 \ ---------------- MaskRay wrote:
excessive line wrapping. ``` // RUN: %clang %s -### -c --target=... --sysroot ... \ // RUN: FileCheck ``` Prefer `--target=` to the long-deprecated `-target` https://github.com/llvm/llvm-project/pull/202919 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
