svf-lib 1.0.1421 → 1.0.1422

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -223,6 +223,9 @@ public:
223
223
  // SaberCondAllocator.cpp
224
224
  static const Option<bool> PrintPathCond;
225
225
 
226
+ // SaberSVFGBuilder.cpp
227
+ static const Option<bool> CollectExtRetGlobals;
228
+
226
229
  // SVFUtil.cpp
227
230
  static const Option<bool> DisableWarn;
228
231
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1421",
3
+ "version": "1.0.1422",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {