0x00 Configure

LLVM & Clang Needed !

mkdir build && cd build
cmake ../
make

0x01 Usage

Input:

/path/to/llvmassignment /path/to/xxx.bc

Output:

the callee functions at every call site.

0x02 Description

A LLVM pass that implements a flow-sensitive, field- and context-insensitive point-to analysis via dataflow, compute the points-to set for each variable at each distinct program point.

Powered by 1wc & Nevv.

assignment3 of Compiler Advanced Tutorial