search for: xplc

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

Did you mean: xlc
2004 Mar 28
2
[LLVMdev] Can't Figure Out My Error :(
The XPL compiler produced the attached OneOfEach.bc file without error or warning from either LLVM or XPLC. However when I llvm-dis the file, I get: llvm-dis: Failed value look-up for name 'entry' The Bytecode Reader prints this out when it can't find the associated value for the name. Obviously I botched something in the XPL compiler but I would have thought the verified would catch my m...
2004 Mar 28
0
[LLVMdev] Re: Can't Figure Out My Error :(
On Sun, 28 Mar 2004, Reid Spencer wrote: > The XPL compiler produced the attached OneOfEach.bc file without error > or warning from either LLVM or XPLC. However when I llvm-dis the file, I > get: > > llvm-dis: Failed value look-up for name 'entry' I'm guessing that 'entry' is a basic block? > The Bytecode Reader prints this out when it can't find the associated > value for the name. Obviously I botched som...
2004 Mar 28
0
[LLVMdev] Re: Can't Figure Out My Error :(
...hing broken recently? This has been happening with the 1.2 release. I cvs updated today and rebuild LLVM but it still happens. Reid. On Sun, 2004-03-28 at 16:23, Reid Spencer wrote: > The XPL compiler produced the attached OneOfEach.bc file without error > or warning from either LLVM or XPLC. However when I llvm-dis the file, > I get: > > llvm-dis: Failed value look-up for name 'entry' > > The Bytecode Reader prints this out when it can't find the associated > value for the name. Obviously I botched something in the XPL compiler > but I would have th...