svf-lib 1.0.1281 → 1.0.1283

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.
@@ -68,7 +68,7 @@ static inline Type *getPtrElementType(const PointerType* pty)
68
68
  #if (LLVM_VERSION_MAJOR < 14)
69
69
  return pty->getElementType();
70
70
  #else
71
- assert(!pty->isOpaque() && "Opaque Pointer is used, please recompile the source adding '-Xclang -no-opaque-pointer'");
71
+ assert(!pty->isOpaque() && "Opaque Pointer is used, please recompile the source adding '-Xclang -no-opaque-pointers'");
72
72
  return pty->getNonOpaquePointerElementType();
73
73
  #endif
74
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1281",
3
+ "version": "1.0.1283",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {