-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(yaml): extend crab yaml by using sea_base.yaml
- Loading branch information
Showing
2 changed files
with
7 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,9 @@ | ||
verify_options: | ||
# Optimization level | ||
'-O3': '' | ||
# | ||
# PREPROCESSING | ||
# | ||
inline: '' | ||
enable-loop-idiom: '' | ||
enable-indvar: '' | ||
no-lower-gv-init-struct: '' | ||
externalize-addr-taken-functions: '' | ||
no-kill-vaarg: '' | ||
with-arith-overflow: true | ||
horn-unify-assumes: false | ||
# do not instrument library functions with memory assertions | ||
no-fat-fns: 'bcmp,memcpy,assert_bytes_match,ensure_linked_list_is_allocated,sea_aws_linked_list_is_valid' | ||
horn-gsa: false | ||
# context-sensitive type-aware alias analysis | ||
dsa: sea-cs-t | ||
# weak support for function pointers. sea-dsa is better but less stable | ||
devirt-functions: 'types' | ||
# bit-precise memory-precise operational semantics | ||
bmc: opsem | ||
horn-vcgen-use-ite: '' | ||
# ignore control flow | ||
horn-vcgen-only-dataflow: false | ||
# reduce by data dependence | ||
horn-bmc-coi: false | ||
# static allocator supports symbolic allocation size | ||
sea-opsem-allocator: static | ||
# stack allocation from a symbolic starting point | ||
horn-explicit-sp0: false | ||
# lambdas for memory | ||
horn-bv2-lambdas: false | ||
# use z3 simplifier during vcgen | ||
horn-bv2-simplify: true | ||
# wide memory manager to track pointer sizes | ||
horn-bv2-extra-widemem: '' | ||
# intermediate results in human readable form for debugging | ||
'-S': '' | ||
# keep intermediate results for debugging | ||
keep-temps: '' | ||
temp-dir: /tmp/verify-c-common | ||
# time and result stats | ||
horn-stats: true | ||
horn-bv2-crab-lower-is-deref: '' | ||
horn-bmc-crab-dom: 'zones' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters