Skip to content

Commit

Permalink
Update svflib
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleisui committed Aug 26, 2024
1 parent f2bada5 commit 856d1fc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified SVF-osx/Release-build/bin/ae
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class AbstractInterpretation

protected:
// there data should be shared with subclasses
Map<std::string, std::function<void(const CallSite &)>> func_map;
Map<std::string, std::function<void(const CallICFGNode*)>> func_map;
Set<const CallICFGNode*> checkpoints;
Set<std::string> checkpoint_names;
Map<const ICFGNode*, AbstractState>
Expand Down
Binary file modified SVF-osx/Release-build/lib/libSvfCore.a
Binary file not shown.
Binary file modified SVF-osx/Release-build/lib/libSvfLLVM.a
Binary file not shown.

0 comments on commit 856d1fc

Please sign in to comment.