Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Fixes #1107
  • Loading branch information
rui314 committed Sep 18, 2023
1 parent fe7c8c2 commit 9ee10ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/elf/riscv64_weak-undef.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash
. $(dirname $0)/common.inc

test_cflags -static || skip

cat <<EOF | $CC -c -o $t/a.o -xassembler -
.globl foo
.weak bar
Expand Down

0 comments on commit 9ee10ba

Please sign in to comment.