Mercurial > hg > Members > anatofuz > nqp-cbc-tools
view check-nqp-test.sh @ 18:25be3bb0adf0 default tip
add debug tool (dump_op_to_gdbco.pl)
author | Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 16 Jan 2019 16:50:10 +0900 |
parents | b8fca1c0f503 |
children |
line wrap: on
line source
# $ cbc-tools/.sh *.t.moar ORIGINAL_MOAR="/mnt/dalmore-home/one/src/MoarVM_Original/MoarVM/moar" ORIGINAL_NQP="/mnt/dalmore-home/one/src/MoarVM_Original/nqp" if [ $# -ne 1 ]; then echo 'Usage: $cbc-tools/this.sh *.t.moar' exit 1 fi ${ORIGINAL_MOAR} --libpath=${ORIGINAL_NQP}/gen/moar/stage2 $1