svf-lib 1.0.1337 → 1.0.1338

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.
@@ -351,6 +351,7 @@ private:
351
351
  /// Invoke llvm passes to modify module
352
352
  void prePassSchedule();
353
353
  bool preProcessed;
354
+ void build_symbol_table() const;
354
355
  };
355
356
 
356
357
  } // End namespace SVF
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1337",
3
+ "version": "1.0.1338",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {