Skip to content

Commit a633424

Browse files
committed
Redefine test_args without --linkopt=-Wl,-v, which breaks wasm-ld
1 parent 6bfa69f commit a633424

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/scripts/run_tests.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ fi
6969
#
7070
# Mitigate this by expunging the workspace before trying to build Wasm targets.
7171
if [[ -z ${toolchain_name} ]]; then
72+
# Redefine `test_args` without `--linkopt=-Wl,-v`, which breaks `wasm-ld`.
73+
#
74+
# https://github.com/llvm/llvm-project/issues/112836
75+
test_args=(
76+
"--copt=-v"
77+
"--linkopt=-Wl,-t"
78+
)
7279
wasm_targets=(
7380
"//wasm:all"
7481
)

0 commit comments

Comments
 (0)