search for: hierchal

Displaying 1 result from an estimated 1 matches for "hierchal".

2012 Jul 15
2
[LLVMdev] Linkage error in simple call graph pass?
Evening All, So I need a call graph pass and having done several other passes, I went to work on a simple pass, inheriting from CallGraphSCCPass. However, while I was quickly able to build the pass, when I went to run it I got the following: opt -load ../Passes/HierchalFunctions/Hierchal/hierchal.dylib -hierchal < hello.bc > /dev/null Error opening '../Passes/HierchalFunctions/Hierchal/hierchal.dylib': dlopen(../Passes/HierchalFunctions/Hierchal/hierchal.dylib, 9): Symbol not found: __ZTIN4llvm16CallGraphSCCPassE Referenced from: /Users/jcarlson/So...