svf-lib 1.0.1577 → 1.0.1579

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.
@@ -124,6 +124,7 @@ typedef llvm::ConstantInt ConstantInt;
124
124
  typedef llvm::ConstantFP ConstantFP;
125
125
  typedef llvm::ConstantPointerNull ConstantPointerNull;
126
126
  typedef llvm::GlobalAlias GlobalAlias;
127
+ typedef llvm::GlobalIFunc GlobalIFunc;
127
128
  typedef llvm::GlobalVariable GlobalVariable;
128
129
 
129
130
  /// LLVM Dominators
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1577",
3
+ "version": "1.0.1579",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {