search for: ztin4llvm16callgraphsccpass

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

2012 Jul 15
2
[LLVMdev] Linkage error in simple call graph pass?
...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/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:...