Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Oct 27, 2023
1 parent 3c468c7 commit 782ff4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/elf/loongarch64_mcmodel-extreme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ EOF

$CC -B. -o $t/exe1 $t/a.o
$QEMU $t/exe1 | grep -q 'Hello world'

$CC -B. -o $t/exe2 $t/a.o -Wl,-Ttext=0x100000000,-Tdata=0x500000000
$QEMU $t/exe2 | grep -q 'Hello world'

0 comments on commit 782ff4f

Please sign in to comment.