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 CFBBGbuilder bug #1273

Merged
merged 2 commits into from
Dec 6, 2023
Merged

fix CFBBGbuilder bug #1273

merged 2 commits into from
Dec 6, 2023

Conversation

jumormt
Copy link
Contributor

@jumormt jumormt commented Dec 6, 2023

do not connect return BB edge for no return function that does not have an exit BB

Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Merging #1273 (d2c158b) into master (2b3b9f8) will increase coverage by 0.00%.
Report is 1 commits behind head on master.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1273   +/-   ##
=======================================
  Coverage   64.49%   64.49%           
=======================================
  Files         223      223           
  Lines       23800    23802    +2     
=======================================
+ Hits        15349    15351    +2     
  Misses       8451     8451           
Files Coverage Δ
svf-llvm/lib/LLVMModule.cpp 82.77% <100.00%> (+0.03%) ⬆️
svf/include/SVFIR/SVFValue.h 88.81% <ø> (-0.23%) ⬇️
svf/lib/Graphs/ICFG.cpp 70.98% <100.00%> (-0.12%) ⬇️
svf/lib/SVFIR/SVFValue.cpp 74.77% <100.00%> (+1.18%) ⬆️

... and 1 file with indirect coverage changes

@yuleisui yuleisui merged commit 9831850 into SVF-tools:master Dec 6, 2023
5 checks passed
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.

None yet

2 participants