1
1
mirror of https://github.com/rui314/mold.git synced 2024-08-16 00:10:55 +03:00
This commit is contained in:
Rui Ueyama 2023-12-24 14:41:48 +09:00
parent 9554b92c86
commit fe118f6347

View File

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