search for: oneofeach

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

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 compi...
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 t...
2004 Mar 28
0
[LLVMdev] Re: Can't Figure Out My Error :(
...is a little confusing given the source of the problem. Has something 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...