8000 remove SVFFileSystem by bjjwwang · Pull Request #1638 · SVF-tools/SVF · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

remove SVFFileSystem #1638

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

Merged
merged 3 commits into from
Jan 23, 2025
Merged

remove SVFFileSystem #1638

merged 3 commits into from
Jan 23, 2025

Conversation

bjjwwang
Copy link
Contributor

No description provided.

< 8000 /span> Copy link
codecov bot commented Jan 23, 2025

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 63.73%. Comparing base (3207cba) to head (b9307f8).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
svf-llvm/lib/SVFIRBuilder.cpp 0.00% 1 Missing ⚠️
svf-llvm/tools/LLVM2SVF/llvm2svf.cpp 0.00% 1 Missing ⚠️
svf-llvm/tools/WPA/wpa.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1638      +/-   ##
==========================================
+ Coverage   63.24%   63.73%   +0.48%     
==========================================
  Files         247      245       -2     
  Lines       27518    26017    -1501     
  Branches     4537     4506      -31     
==========================================
- Hits        17405    16582     -823     
+ Misses      10113     9435     -678     
Files with missing lines Coverage Δ
svf-llvm/lib/SVFIRBuilder.cpp 84.26% <0.00%> (-0.19%) ⬇️
svf-llvm/tools/LLVM2SVF/llvm2svf.cpp 0.00% <0.00%> (ø)
svf-llvm/tools/WPA/wpa.cpp 81.81% <0.00%> (ø)

... and 6 files with indirect coverage changes

@@ -61,12 +61,12 @@ int main(int argc, char** argv)
LLVMModuleSet::preProcessBCs(moduleNameVec);
}

SVFModule* svfModule = LLVMModuleSet::buildSVFModule(moduleNameVec);
//SVFModule* svfModule = LLVMModuleSet::buildSVFModule(moduleNameVec);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why comment this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because unused var would cause compile error.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why unused? Which variable?

@@ -169,11 +169,6 @@ SVFIR* SVFIRBuilder::build()
loopAnalysis.build(pag->getICFG());
}

// dump SVFIR as JSON
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should comment out rather than removing

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should comment out rather than removing

sure

@yuleisui yuleisui merged commit f47ab65 into SVF-tools:master Jan 23, 2025
5 checks passed
Geoffrey1014 pushed a commit to Geoffrey1014/SVF that referenced this pull request Jan 27, 2025
* remove SVFFileSystem

* Revert "remove SVFFileSystem"

This reverts commit f7d9f91.

* refactor "remove SVFFileSystem"

---------

Co-authored-by: bjjwwang <bjjwwang@github.com>
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
0