svf-lib 1.0.1922 → 1.0.1924

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
@@ -191,7 +191,7 @@ typedef llvm::IntrinsicInst IntrinsicInst;
191
191
  typedef llvm::DbgInfoIntrinsic DbgInfoIntrinsic;
192
192
  typedef llvm::DbgVariableIntrinsic DbgVariableIntrinsic;
193
193
  typedef llvm::DbgDeclareInst DbgDeclareInst;
194
- typedef llvm::DbgAddrIntrinsic DbgAddrIntrinsic;
194
+ typedef llvm::DbgInfoIntrinsic DbgInfoIntrinsic;
195
195
  typedef llvm::DbgValueInst DbgValueInst;
196
196
  typedef llvm::DbgLabelInst DbgLabelInst;
197
197
  typedef llvm::VPIntrinsic VPIntrinsic;
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -191,7 +191,7 @@ typedef llvm::IntrinsicInst IntrinsicInst;
191
191
  typedef llvm::DbgInfoIntrinsic DbgInfoIntrinsic;
192
192
  typedef llvm::DbgVariableIntrinsic DbgVariableIntrinsic;
193
193
  typedef llvm::DbgDeclareInst DbgDeclareInst;
194
- typedef llvm::DbgAddrIntrinsic DbgAddrIntrinsic;
194
+ typedef llvm::DbgInfoIntrinsic DbgInfoIntrinsic;
195
195
  typedef llvm::DbgValueInst DbgValueInst;
196
196
  typedef llvm::DbgLabelInst DbgLabelInst;
197
197
  typedef llvm::VPIntrinsic VPIntrinsic;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1922",
3
+ "version": "1.0.1924",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {