Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix matching parameters and return values for "OVERWRITE" functions a… #1285

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

shuangxiangkan
Copy link
Contributor

…nd add some new functions sepcfications in extapi.c

…nd add some new functions sepcfications in extapi.c
Copy link

codecov bot commented Dec 18, 2023

Codecov Report

Merging #1285 (8f21529) into master (41a1f41) will increase coverage by 0.00%.
Report is 4 commits behind head on master.
The diff coverage is 81.25%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1285   +/-   ##
=======================================
  Coverage   64.46%   64.47%           
=======================================
  Files         223      223           
  Lines       23817    23831   +14     
=======================================
+ Hits        15353    15364   +11     
- Misses       8464     8467    +3     
Files Coverage Δ
svf/lib/Util/ExtAPI.cpp 66.21% <100.00%> (ø)
svf-llvm/lib/LLVMModule.cpp 82.66% <78.57%> (-0.11%) ⬇️

The getPointerElementType will be deprecated in future versions of LLVM. Considering compatibility, avoid using getPointerElementType()->isIntegerTy(8) to determine if the arguments and return values are of the void * type.
@yuleisui yuleisui merged commit 0008685 into SVF-tools:master Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants