We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ced9c commit eaa33afCopy full SHA for eaa33af
CHANGES.md
@@ -70,6 +70,14 @@ uninterpreted functions.
70
[issues](https://github.com/galoisinc/saw-script/issues) for
71
performance regressions you encounter!
72
73
+ The removal of the linked-in ABC version means that the `abc` tactic
74
+ now requires an external `abc` executable. You can get this by
75
+ downloading a `with-solvers` package from the releases page, by
76
+ downloading a solver package from the [`what4-solvers`
77
+ repository](https://github.com/GaloisInc/what4-solvers), or by
78
+ building it yourself from the [ABC
79
+ repository](https://github.com/berkeley-abc/abc).
80
+
81
* The LLVM bitcode reader now should support files from any LLVM version
82
between 3.6 and 12.
83
0 commit comments