search for: le1instrformat

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

Did you mean: le1instrformats
2011 Oct 27
0
[LLVMdev] trouble compiling new target with cmake
...#39;m trying to build llvm and I'm getting the following error from cmake: Included from /home/elsp7/src/le1-compiler/llvm-2.9/lib/Target/LE1/LE1.td:5: Included from /home/elsp7/src/le1-compiler/llvm-2.9/lib/Target/LE1/LE1InstrInfo.td:48: /home/elsp7/src/le1-compiler/llvm-2.9/lib/Target/LE1/LE1InstrFormats.td:3:1: error: Unknown token when expecting a type class LE1Inst<dag outs, dag ins, string asmstr, list<dag> pattern, ^ This is the class. // Generic LE1 format class LE1Inst<dag outs, dag ins, string asmstr, list<dag> pattern, InstrItinClass itin>: Instr...
2011 Oct 27
0
[LLVMdev] troubling compiling new target with cmake
...I'm trying to build llvm and I'm getting the following error from cmake: Included from /home/elsp7/src/le1-compiler/llvm-2.9/lib/Target/LE1/LE1.td:5: Included from /home/elsp7/src/le1-compiler/llvm-2.9/lib/Target/LE1/LE1InstrInfo.td:48: /home/elsp7/src/le1-compiler/llvm-2.9/lib/Target/LE1/LE1InstrFormats.td:3:1: error: Unknown token when expecting a type class LE1Inst<dag outs, dag ins, string asmstr, list<dag> pattern, ^ This is the class. // Generic LE1 format class LE1Inst<dag outs, dag ins, string asmstr, list<dag> pattern, InstrItinClass itin>: Instruction...