Displaying 2 results from an estimated 2 matches for "le1instrinfo".
Did you mean:
getinstrinfo
2011 Oct 27
0
[LLVMdev] trouble compiling new target with cmake
...umentation and have mainly looked at the sparc and mips implementation.
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 as...
2011 Oct 27
0
[LLVMdev] troubling compiling new target with cmake
...cumentation and have mainly looked at the sparc and mips implementation.
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,...