search for: libllvmvhdlbackend

Displaying 2 results from an estimated 2 matches for "libllvmvhdlbackend".

2008 Jun 02
2
[LLVMdev] want to use CallGraph Pass in llc
..., for those who are not familiar with this.) I've managed to compile my backend with the CallGraph pass, but when it try to use it, I get an error, which I could't fix until now. llc --load=/home/paul/LLVM/install/llvm-2.2/lib/MParSchedule.so --load=/home/paul/LLVM/install/llvm-2.2/lib/libLLVMVHDLBackend.so -f -march=vhdl test.o -o llvm.vhd llc: /home/paul/LLVM/src/llvm-2.2/lib/VMCore/PassManager.cpp:922: virtual void llvm::PMDataManager::addLowerLevelRequiredPass(llvm::Pass*, llvm::Pass*): Assertion `0 && "Unable to handle Pass that requires lower level Analysis pass"' fa...
2008 Jun 02
0
[LLVMdev] want to use CallGraph Pass in llc
...> > I've managed to compile my backend with the CallGraph pass, but when > it try to > use it, I get an error, which I could't fix until now. > > > > llc --load=/home/paul/LLVM/install/llvm-2.2/lib/MParSchedule.so -- > load=/home/paul/LLVM/install/llvm-2.2/lib/libLLVMVHDLBackend.so -f - > march=vhdl > test.o -o llvm.vhd > llc: /home/paul/LLVM/src/llvm-2.2/lib/VMCore/PassManager.cpp:922: > virtual void > llvm::PMDataManager::addLowerLevelRequiredPass(llvm::Pass*, > llvm::Pass*): > Assertion `0 && "Unable to handle Pass that requires lo...