================ @@ -1702,6 +1702,24 @@ // RUN: %clang -### %s -no-pie 2>&1 \ // RUN: --target=aarch64_be-pc-linux-musl \ // RUN: | FileCheck --check-prefix=CHECK-MUSL-AARCH64_BE %s +// RUN: %clang -### %s -no-pie 2>&1 \ ---------------- tclin914 wrote:
> there is excessive wrapping. Just two lines for new tests > > ``` > %clang -### %s -target=riscv32-pc-linux-musl -march=rv32im -mabi=ilp32 2>&1 | > \` > FileCheck ... > ``` Fixed it. Thanks. https://github.com/llvm/llvm-project/pull/202513 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
