svf-lib 1.0.2597 → 1.0.2599
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-aarch64/bin/ae +0 -0
- package/SVF-linux-aarch64/bin/cfl +0 -0
- package/SVF-linux-aarch64/bin/dvf +0 -0
- package/SVF-linux-aarch64/bin/mta +0 -0
- package/SVF-linux-aarch64/bin/saber +0 -0
- package/SVF-linux-aarch64/bin/svf-ex +0 -0
- package/SVF-linux-aarch64/bin/wpa +0 -0
- package/SVF-linux-aarch64/include/SVF-LLVM/LLVMModule.h +2 -1
- package/SVF-linux-aarch64/lib/libSvfLLVM.so.3.4 +0 -0
- package/SVF-osx/bin/ae +0 -0
- package/SVF-osx/bin/cfl +0 -0
- package/SVF-osx/bin/dvf +0 -0
- package/SVF-osx/bin/mta +0 -0
- package/SVF-osx/bin/saber +0 -0
- package/SVF-osx/bin/svf-ex +0 -0
- package/SVF-osx/bin/wpa +0 -0
- package/SVF-osx/include/SVF-LLVM/LLVMModule.h +2 -1
- package/SVF-osx/lib/libSvfLLVM.3.4.dylib +0 -0
- package/package.json +1 -1
package/SVF-linux-aarch64/bin/ae
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -139,6 +139,7 @@ public:
|
|
|
139
139
|
{
|
|
140
140
|
delete llvmModuleSet;
|
|
141
141
|
llvmModuleSet = nullptr;
|
|
142
|
+
NodeIDAllocator::unset();
|
|
142
143
|
}
|
|
143
144
|
|
|
144
145
|
// Build an SVF module from a given LLVM Module instance (for use e.g. in a LLVM pass)
|
|
@@ -526,4 +527,4 @@ private:
|
|
|
526
527
|
|
|
527
528
|
} // End namespace SVF
|
|
528
529
|
|
|
529
|
-
#endif /* INCLUDE_SVF_FE_LLVMMODULE_H_ */
|
|
530
|
+
#endif /* INCLUDE_SVF_FE_LLVMMODULE_H_ */
|
|
Binary file
|
package/SVF-osx/bin/ae
CHANGED
|
Binary file
|
package/SVF-osx/bin/cfl
CHANGED
|
Binary file
|
package/SVF-osx/bin/dvf
CHANGED
|
Binary file
|
package/SVF-osx/bin/mta
CHANGED
|
Binary file
|
package/SVF-osx/bin/saber
CHANGED
|
Binary file
|
package/SVF-osx/bin/svf-ex
CHANGED
|
Binary file
|
package/SVF-osx/bin/wpa
CHANGED
|
Binary file
|
|
@@ -139,6 +139,7 @@ public:
|
|
|
139
139
|
{
|
|
140
140
|
delete llvmModuleSet;
|
|
141
141
|
llvmModuleSet = nullptr;
|
|
142
|
+
NodeIDAllocator::unset();
|
|
142
143
|
}
|
|
143
144
|
|
|
144
145
|
// Build an SVF module from a given LLVM Module instance (for use e.g. in a LLVM pass)
|
|
@@ -526,4 +527,4 @@ private:
|
|
|
526
527
|
|
|
527
528
|
} // End namespace SVF
|
|
528
529
|
|
|
529
|
-
#endif /* INCLUDE_SVF_FE_LLVMMODULE_H_ */
|
|
530
|
+
#endif /* INCLUDE_SVF_FE_LLVMMODULE_H_ */
|
|
Binary file
|