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.
- package/SVF-linux/Release-build/svf/libSvfCore.a +0 -0
- package/SVF-linux/Release-build/svf-llvm/libSvfLLVM.a +0 -0
- package/SVF-osx/Release-build/svf/libSvfCore.a +0 -0
- package/SVF-osx/Release-build/svf-llvm/libSvfLLVM.a +0 -0
- package/SVF-osx/svf-llvm/include/SVF-LLVM/BasicTypes.h +1 -0
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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
|