Skip to content

Commit

Permalink
Redefine test_args without --linkopt=-Wl,-v, which breaks wasm-ld
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillikin committed Oct 18, 2024
1 parent 6bfa69f commit a633424
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ fi
#
# Mitigate this by expunging the workspace before trying to build Wasm targets.
if [[ -z ${toolchain_name} ]]; then
# Redefine `test_args` without `--linkopt=-Wl,-v`, which breaks `wasm-ld`.
#
# https://github.com/llvm/llvm-project/issues/112836
test_args=(
"--copt=-v"
"--linkopt=-Wl,-t"
)
wasm_targets=(
"//wasm:all"
)
Expand Down

0 comments on commit a633424

Please sign in to comment.