1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-26 01:44:29 +03:00

Fix a broken test

Fixes https://github.com/rui314/mold/issues/89
This commit is contained in:
Rui Ueyama 2021-07-13 19:24:06 +09:00
parent 41b2fa7375
commit d79cdb8371

View File

@ -21,7 +21,7 @@ int main() {
}
EOF
clang -fuse-ld=`pwd`/../mold -o $t/exe $t/a.so $t/b.o
clang -fuse-ld=`pwd`/../mold -no-pie -o $t/exe $t/a.so $t/b.o
$t/exe | grep -q 1
echo OK