mirror of
https://github.com/rui314/mold.git
synced 2024-12-26 01:44:29 +03:00
parent
41b2fa7375
commit
d79cdb8371
@ -21,7 +21,7 @@ int main() {
|
|||||||
}
|
}
|
||||||
EOF
|
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
|
$t/exe | grep -q 1
|
||||||
|
|
||||||
echo OK
|
echo OK
|
||||||
|
Loading…
Reference in New Issue
Block a user