Tell us what some of LLVM's dataflow analyses think about the code being compiled.
- LLVM 9 or higher
- cmake 3.7
mkdir build
cd build
cmake .. -G Ninja
ninja
On Linux, in the build directory:
opt -load ./LLVMDataflowInfo.so -dataflow-info ../test/test1.ll
On OS X, in the build directory:
opt -load ./LLVMDataflowInfo.dylib -dataflow-info ../test/test1.ll