Displaying 1 result from an estimated 1 matches for "llvm16callgraphsccpasse".
2012 Jul 15
2
[LLVMdev] Linkage error in simple call graph pass?
...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/Software/LLDB/Passes/HierchalFunctions/Hierchal/hierchal.dylib
Expected in: flat namespace
in /Users/jcarlson/Software/LLDB/Passes/HierchalFunctions/Hierchal/hierchal.dylib
-load request ignored.
opt: Unknown command line argument '-hierchal'. Try: &...