search for: llvmruntimeeval

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

Did you mean: llvmhruntimeeval
2013 Feb 22
0
[LLVMdev] An error:Pass 'Runtime Evaluation' is not initialized
...mp;M) { return false; } }; } char HSASupportedRuntimeEval::ID = 0; static RegisterPass<RuntimeEval> X("Eval", "Runtime Evaluation"); it can be compiled successful, but when i run it with command: './Release+Asserts/bin/opt -load ./Release+Asserts/lib/LLVMRuntimeEval.so -Eval < code2.bc', i meet an error: Pass 'HSA Supported Runtime Evaluation' is not initialized. Verify if there is a pass dependency cycle. Required Passes: opt: /home/ccwang/software/LLVM/LLVM3.2/llvm-3.2.src/lib/VMCore/PassManager.cpp:616: void llvm::PMTopLevelManager::sch...