Skip to content

Commit 6d2654f

Browse files
authored
Merge pull request #1530 from goblint/issue-1562
Update results table in `relationalAnalysis` only if `exp.relation.prec-dump` is set
2 parents dbdb3b2 + 8ddbc43 commit 6d2654f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyses/apron/relationAnalysis.apron.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ struct
756756

757757
let sync ctx reason =
758758
(* After the solver is finished, store the results (for later comparison) *)
759-
if !AnalysisState.postsolving then begin
759+
if !AnalysisState.postsolving && GobConfig.get_string "exp.relation.prec-dump" <> "" then begin
760760
let keep_local = GobConfig.get_bool "ana.relation.invariant.local" in
761761
let keep_global = GobConfig.get_bool "ana.relation.invariant.global" in
762762

0 commit comments

Comments
 (0)