-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwrapper.conf
191 lines (157 loc) · 3.28 KB
/
wrapper.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
[passes]
# "pre"-kind passes will be run before those supplied by cl
pre = mem2reg
# pre = module-print
pre = malloc-mutator
pre = function-bitcast-killer
pre = module-print
pre = ir-interpreter
pre = adaptor
pre = kill-struct-values
pre = mem2reg
# pre = force-inline
# pre = mem2reg
# pre = gvl
pre = mem2reg
pre = meta-inserter
pre = mem2reg
pre = decompose-functions
pre = mem2reg
pre = annotation-processor
pre = malloc-mutator
pre = indvars
pre = loop-simplify
pre = loop-rotate
pre = loop-deroll
pre = loop-breaker
# pre = kill-uglygeps
# pre = ipsccp
pre = sccp
pre = dce
pre = instcombine
pre = simplifycfg
pre = sink
pre = mergereturn
pre = mem2reg
pre = basicaa
pre = globalsmodref-aa
pre = scev-aa
# pre = anders-aa
# pre = ds-aa
pre = module-print
# pre = decompiler
# post = module-print # "post"-kind passes will be run after those supplied by cl
# post = tassadar-checker
# post = reanimator
post = defect-summary
post = location-summary
# post = decompiler
# post = stats
[libs]
# load = lib/andersen/lib/libAndersen.so
# load = lib/dsaa/lib/libDsaa.so
[opt]
# load = -inline-threshold=0
# load = -debug
# load = -debug-pass=Executions
# load = -unroll-threshold=100500
# load = -unroll-count=10
# load = -unroll-allow-partial=true
# load = -unroll-runtime=true
[logging]
ini = log.ini
[run]
clangExec = /opt/clang/3.5.1/bin/clang
skipClangDriver = false
compileOnly = false
[output]
# dump-output = json
# dump-output-file = %s.report
# dump-coverage = false
# dump-coverage-file = %s.coverage
# dump-smt2-states = z3-states
smt-query-logging = off
[z3]
params = z3.params
tactics = z3.tactics
[analysis]
smt-engine = boolector
deroll-count = 3
# max-deroll-count = 1
deroll-backstab = yes
adaptive-deroll = yes
default-malloc-size = 2048
# nullable-mallocs = false
memory-defaults-to-unknown = true
skip-static-init = true
psa-mode = one-for-all
psa-check-unreachable = false
optimize-states = true
collect-models = true
ext-functions = resources/stdLib.json
ext-functions = resources/pthread.json
ext-functions = resources/posix.json
sanity-check = false
sanity-check-timeout = 5
dd-number = 1000
dd-timeout = 5
use-range-stores = false
root-function = main
persistent-defect-data = true
do-aggressive-choice-optimization = true
use-local-aa = on
do-slicing = on
memory-spaces = on
[summary]
# sum-mode = interpol
# sum-mode = inline
# model-sampling = false
sampling-solver = z3
# sampling-solver = mathsat
sampling-count-limit = 16
sampling-attempt-limit = 32
# sampling-attempt-limit = 100
[adapt]
assert = __VERIFIER_assert
assert = ASSERT
assume = __VERIFIER_assume
assume = ASSUME
error-label = ERROR
# break-undefs = true
[checkers]
# includes = find_alignment
# includes = main
# includes = __main
# includes = mainFunc
# excludes = ASSERT
# excludes = ASSUME
[statistics]
show = *.*
[executor]
function = main
function = __main
[decompose-functions]
exclude = strlen
exclude = strcpy
# exclude = strchr
exclude = memchr
[z3]
aggressive-simplify = off
force-timeout = 3000
print-simplified = off
log-formulae = on
[portfolio]
force-timeout = 1000
use-solver = boolector
use-solver = z3
use-solver = cvc4
[database]
# Wat?
[absint]
numeric = octagon
init-globals = on
enable-ps-interpreter = off
enable-ir-interpreter = off
print-module = off
enable-octagon-printing = off
checker-logging = off