Skip to content
Snippets Groups Projects
Commit 322801cb authored by jdh8d's avatar jdh8d
Browse files

mg handles enter insn, better monero test scripts, speed opts for...

mg handles enter insn, better monero test scripts, speed opts for eh-frame-parsing, better cpp eh test scripts

Former-commit-id: 063a03eae69664f72b8c12ad7dfda0f60995f302
parent 0bb960f4
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ doit()
echo "And psflags=$psopts "
g++ -w $options $src
rm -Rf peasoup_executable_direc*
EHIR_VERBOSE=1 $PSZ ./a.out ./xxx --step-option fill_in_indtargs:--split-eh-frame --step-option zipr:'--add-sections true' $psopts
(set -x ; EHIR_VERBOSE=1 $PSZ ./a.out ./xxx --step-option fill_in_indtargs:--split-eh-frame --step-option zipr:'--add-sections true' $psopts)
compare
......@@ -68,9 +68,9 @@ main()
do
for option in -O0 -O1 -O2 -O3 -Os -Og
do
#doit_meta $src "$option" ""
doit_meta $src "$option" ""
#doit_meta $src "$option" "--step p1transform=on"
doit_meta $src "$option" "--step stack_stamp=on"
#doit_meta $src "$option" "--step stack_stamp=on"
done
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment