Skip to content

Commit de4a849

Browse files
authored
Merge pull request #63 from SVF-tools/docs/fix-assignment-4-guide
Fix Assignment 4 launch instructions
2 parents 8189db3 + d1854d4 commit de4a849

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Assignment-4/test-sse.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ using namespace SVFUtil;
99
u32_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
*/
1717
int 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);

0 commit comments

Comments
 (0)