Skip to content

Commit

Permalink
add to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptival committed Oct 12, 2023
1 parent 2235dd6 commit 3dfa178
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scratch/function-pointer/README
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
gcc -fno-asynchronous-unwind-tables ./function_pointer.c -o function_pointer_unstripped && cp ./function_pointer_unstripped ./function_pointer_stripped && strip ./function_pointer_stripped

and

cabal run reopt:exe:reopt -- --lib-dir ./deps/reopt-benchmark-binaries/centos7-dev/lib64 --debug-dir ./deps/reopt-benchmark-binaries/centos7-dev/debug-lib64 --export-llvm ./scratch/out.ll ./scratch/coreutils-bin-stripped/bin/true

0 comments on commit 3dfa178

Please sign in to comment.