-
Notifications
You must be signed in to change notification settings - Fork 140
Assignment 3
Yulei Sui edited this page Mar 28, 2021
·
31 revisions
$tree Assignment-3
|-- Assignment-3.cpp
|-- Assignment-3.h
|-- CMakeLists.txt
|-- Test3.cpp
`-- testcase
|-- bc
| |-- CI-global.ll
| `-- CI-local.ll
`-- src
|-- CI-global.c
`-- CI-local.c
* Before coding, please type cd $HOME/SVF-Teaching and git pull in your terminal to make sure you always have the latest version of the code template before each assignment.
If git pull fails due to the conflict with your local changes, type git stash to store your current code in a temporal branch and type git pull again. If you want to retrieve your code back, type git stash pop.

- Implement the
SolveWorklistandprocessAllAddrmethods of classAndersenPTAinAssignment-3.cpp - Pass the test without any assertion by
Test3.cpp - Submit
Assignment-3.cppto canvas