svf-lib 1.0.2596 → 1.0.2598

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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -139,6 +139,7 @@ public:
139
139
  {
140
140
  delete llvmModuleSet;
141
141
  llvmModuleSet = nullptr;
142
+ NodeIDAllocator::unset();
142
143
  }
143
144
 
144
145
  // Build an SVF module from a given LLVM Module instance (for use e.g. in a LLVM pass)
@@ -526,4 +527,4 @@ private:
526
527
 
527
528
  } // End namespace SVF
528
529
 
529
- #endif /* INCLUDE_SVF_FE_LLVMMODULE_H_ */
530
+ #endif /* INCLUDE_SVF_FE_LLVMMODULE_H_ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2596",
3
+ "version": "1.0.2598",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {