Displaying 1 result from an estimated 1 matches for "mytargetgeninstrinfo".
2013 Apr 30
1
[LLVMdev] trouble with MCInstrInfo
Hello everyone!
There is segmentation fault during translating a simple function with my
backend. Investigation with gdb has shown that address of InstrNameData
array in generated file MyTargetGenInstrInfo.inc is out of bounds. Also, if
I run llc without -view-dag options, NumOpcodes equals 0 inside
llvm::MCInstrInfo::get function, although there are some instructions
(they are appeared in MyTargetGenInstrInfo.inc file).
File MyTargetMCTargetDesc.cpp contains createMyTargetMcInstrInfo() function
an...