-
Notifications
You must be signed in to change notification settings - Fork 140
Assignment 2
guanqin-123 edited this page Feb 24, 2021
·
33 revisions
$tree Assignment-2
├── Assignment-2.cpp
├── Assignment-2.h
├── CMakeLists.txt
├── Test2.h
└── testcase
├── bc
│ ├── test1.ll
│ └── test2.ll
├── dot
│ ├── icfg_test1.dot
│ └── icfg_test2.dot
└── src
├── test1.c
└── test2.c
- You are required to finish the code in Assignment-2.cpp
- To make sure you have updated to the latest assignment-2 requirements: please input
git pullin container cmd under the SVF-teaching directory

- Open the dot file in
/Assignment-2/testcase/dot/icfg_test1.dotwhich is our ICFG and call out the command palette

- Enter
Graphvizand select `Interactive Preview (beside)

- You will see the ICFG on the right hand side
