Displaying 1 result from an estimated 1 matches for "keyfnt".
Did you mean:
keycnt
2006 May 24
0
[LLVMdev] Error with llc after using llvm-g++ WIN32
...just updated cvs with latest llvm and llvm-gcc frontend code and compiled and made the binaries.
I took a small sample C++ file and compiled it into bytecode with "llvm-g++ -c sample.cpp".
Then after using "llc -march=C sample.cpp.bc", I get the following error:
llc -march=c KEYFNT.CPP.bc -f
assertion "Pass::getClassPassInfo<PassClass>() && "Pass class not registered!"" failed: file "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", line 76
Aborted
Wihtout the -march specified (using native x86 assembly) it does convert...