[clang] [Driver][RISCV] Fix musl dynamic linker path for RISC-V sf/sp ABI (PR #202513)

Jim Lin via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 9 00:12:51 PDT 2026


================
@@ -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


More information about the cfe-commits mailing list