-
Notifications
You must be signed in to change notification settings - Fork 458
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
remove SVFFileSystem #1638
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ 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
|
svf-llvm/tools/LLVM2SVF/llvm2svf.cpp
Outdated
@@ -61,12 +61,12 @@ int main(int argc, char** argv) | |||
LLVMModuleSet::preProcessBCs(moduleNameVec); | |||
} | |||
|
|||
SVFModule* svfModule = LLVMModuleSet::buildSVFModule(moduleNameVec); | |||
//SVFModule* svfModule = LLVMModuleSet::buildSVFModule(moduleNameVec); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why comment this?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
This reverts commit f7d9f91.
* remove SVFFileSystem * Revert "remove SVFFileSystem" This reverts commit f7d9f91. * refactor "remove SVFFileSystem" --------- Co-authored-by: bjjwwang <bjjwwang@github.com>
No description provided.