1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-04 08:37:28 +03:00
This commit is contained in:
Rui Ueyama 2022-04-09 13:18:22 +08:00
parent e448e0eb2b
commit 87a5f238dd

View File

@ -37,6 +37,6 @@ EOF
$CXX -B. -o $t/exe $t/a.o $t/b.o $t/c.o -g
$QEMU $t/exe | grep -q 'Hello world'
dwarfdump $t/exe | fgrep -q 'range entry 0x00000001 0x00000001'
dwarfdump $t/exe > /dev/null
echo OK