Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Dec 24, 2023
1 parent 9554b92 commit fe118f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/elf/version-script23.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cat <<'EOF' > $t/a.ver
VER1 { foo\?; };
EOF

cat <<EOF | $CC -c -o $t/b.o -xassembler -
cat <<EOF | $CC -c -o $t/b.o -xassembler - >& /dev/null || skip
.globl "foo?"
"foo?":
EOF
Expand Down

0 comments on commit fe118f6

Please sign in to comment.