LLVMCallGraph icon indicating copy to clipboard operation
LLVMCallGraph copied to clipboard

LLVM Call Graph

Results 3 LLVMCallGraph issues
Sort by recently updated
recently updated
newest added

- Compiled and tested with LLVM 11.0.1 - Cleaned up generated files (Makefile, CMakeCache.txt, etc...)

1. make CC=clang CFLAGS="-g -O0 -emit-llvm" -> make CC=clang CFLAGS="-g -O0 -c -emit-llvm" 2. llvm-link *.bc -o single.bc -> llvm-link *.o -o single.bc

Hello, so I've followed all the instruction you left and had no issue until running the tools. When I run the command opt -load ../hebicg/libHebiCallGraphPass.so -hebicg /path/to/benchmark.bc it will only...