Skip to content

Commit

Permalink
missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Dec 6, 2024
1 parent dcb55fc commit f6f6d92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bin/mycpp_main_souffle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

MYPYPATH=$1 # e.g. $REPO_ROOT/mycpp
out=$2
shift 2

# Add an extra flag, and also depends on _bin/datalog
exec _bin/shwrap/mycpp_main $MYPYPATH $out --minimize-stack-roots "$@"

0 comments on commit f6f6d92

Please sign in to comment.