search for: powerpcinstrinfo

Displaying 3 results from an estimated 3 matches for "powerpcinstrinfo".

2004 Aug 17
4
[LLVMdev] compilation error after updated from cvs:
Building PowerPC.td register information header with tblgen Included from PowerPC.td:22: Parsing PowerPCInstrInfo.td:53: Variable not defined: 'GPRC'! make[3]: *** [PowerPCGenRegisterInfo.h.inc] Error 1 make[3]: Leaving directory `/pool/tmp/ssrc/llvm/lib/Target/PowerPC' maybe I just have to "make clean" and/or ./configure BTW, would it be nice to put Depend, Release and Debug into .cvs...
2004 Aug 17
0
[LLVMdev] compilation error after updated from cvs:
On Wed, Aug 18, 2004 at 12:16:04AM +0400, Valery A.Khamenya wrote: > Building PowerPC.td register information header with tblgen > Included from PowerPC.td:22: > Parsing PowerPCInstrInfo.td:53: Variable not defined: 'GPRC'! > make[3]: *** [PowerPCGenRegisterInfo.h.inc] Error 1 > make[3]: Leaving directory `/pool/tmp/ssrc/llvm/lib/Target/PowerPC' > > maybe I just have to "make clean" and/or ./configure Yeah, you need to make clean most likely. &...
2004 Aug 17
2
[LLVMdev] compilation error after updated from cvs:
Misha Brukman wrote: > On Wed, Aug 18, 2004 at 12:16:04AM +0400, Valery A.Khamenya wrote: > >>Building PowerPC.td register information header with tblgen >>Included from PowerPC.td:22: >>Parsing PowerPCInstrInfo.td:53: Variable not defined: 'GPRC'! >>make[3]: *** [PowerPCGenRegisterInfo.h.inc] Error 1 >>make[3]: Leaving directory `/pool/tmp/ssrc/llvm/lib/Target/PowerPC' >> >>maybe I just have to "make clean" and/or ./configure > > > Yeah, you need to...