1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-22 02:20:51 +03:00
This commit is contained in:
Rui Ueyama 2021-02-26 22:09:04 +09:00
parent a1bbbd3b1c
commit c8a931d89c

View File

@ -34,7 +34,6 @@ int main() {
EOF
clang -fuse-ld=`pwd`/../mold -o $t/exe $t/c.o $t/b.so
exit 0
$t/exe | grep -q hello
echo OK