================ @@ -0,0 +1,28 @@ +// Check that on musl the driver links libssp_nonshared.a when stack +// protection is enabled and the sysroot provides the library. + +// RUN: %clang -### --target=i686-unknown-linux-musl \ +// RUN: --sysroot=%S/Inputs/musl_ssp_tree -fstack-protector-strong %s 2>&1 \ ---------------- MaskRay wrote:
clang/test/ files can have long lines. Most commands only need 2 lines instead of 3. https://github.com/llvm/llvm-project/pull/219828 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
