izlatkin / HornLauncher

scripts and reports for executions seahorn and test generation
0 stars 0 forks source link

[smt_run.sh] update script with inline options #46

Closed izlatkin closed 2 years ago

izlatkin commented 2 years ago

https://stackoverflow.com/questions/25602813/force-a-function-to-be-inline-in-clang-llvm/48052670

> clang <other CFLAGS> -emit-llvm -c -o foo.bc foo.c
> opt -always-inline foo.bc -o foo_inline.bc
> clang -c -o foo.o foo_inline.bc