2017-08-29 19:34:30 +04:00

19 строки
286 B
Markdown

# CallGraphSCCPass Skeleton
Bottom up style to assist to use + augment for CG building
# Build & Run
First check the Makefile to set path to llvm-config and version.
3.8, 3.9 should be fine, so should 4.0
```
$ make
$ opt-X.Y -load built/CGSSkel.so -cgsskel < file.bc
...
$
```