svf-lib 1.0.1670 → 1.0.1671

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.
@@ -38,7 +38,7 @@
38
38
 
39
39
  /// For a more detailed explanation of how External APIs are handled in SVF, please refer to the SVF Wiki: https://github.com/SVF-tools/SVF/wiki/Handling-External-APIs-with-extapi.c
40
40
 
41
- #define DEFUALT_EXTAPI_BC_PATH "/svf-llvm/extapi.bc" // Default path to extapi.bc through the SVF build method(e.g. source ./build.sh)
41
+ #define DEFAULT_EXTAPI_BC_PATH "/svf-llvm/extapi.bc" // Default path to extapi.bc through the SVF build method(e.g. source ./build.sh)
42
42
 
43
43
  namespace SVF
44
44
  {
@@ -61,7 +61,7 @@ public:
61
61
  static void destory();
62
62
 
63
63
  // Set extapi.bc file path
64
- static void setExtBcPath(const std::string& path);
64
+ static bool setExtBcPath(const std::string& path);
65
65
 
66
66
  // Get extapi.bc file path
67
67
  std::string getExtBcPath();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1670",
3
+ "version": "1.0.1671",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {