File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ using namespace SVFUtil;
99u32_t SSE ::assert_checked = 0 ;
1010
1111/*
12- // Software-Verification-Teaching Assignment 4 main function entry
13- // To run your program with testcases , please set the bitcode from Assignment-2/Tests/testcases/sse/ for "args" in
14- file' .vscode/launch.json'
15- // e.g. To check test1, set "args": ["Assignment-2 /Tests/testcases/sse/test1.ll"] in file'.vscode/launch.json'
12+ // Software-Analysis-Studio Assignment 4 main function entry
13+ // To run your program with a test case, set "program" to "${workspaceFolder}/bin/ass4"
14+ // and set "args" to bitcode from Assignment-4/Tests/testcases/sse in .vscode/launch.json.
15+ // For example: "args": ["${workspaceFolder}/ Assignment-4 /Tests/testcases/sse/test1.ll"]
1616 */
1717int main (int argc, char ** argv) {
1818 int arg_num = 0 ;
@@ -32,7 +32,7 @@ int main(int argc, char** argv) {
3232
3333 moduleNameVec = OptionBase::parseOptions (arg_num,
3434 arg_value,
35- " Software-Verification-Teaching Assignment 4" ,
35+ " Software-Analysis-Studio Assignment 4" ,
3636 " [options] <input-bitcode...>" );
3737
3838 LLVMModuleSet::getLLVMModuleSet ()->buildSVFModule (moduleNameVec);
You can’t perform that action at this time.
0 commit comments