[LLVMdev] something is wrong

Chris Lattner sabre at nondot.org
Tue Oct 29 22:04:01 PST 2002


> When I tried to run the previous .bc code with lli, I got the following
> errors:
>
> xli3|csil-suna33|~/cs426|[48]% lli he2.bc
> Unresolvable reference found: <long>:1!
> Unresolvable reference found: <long>:1!

This is because the format of the bytecode file has changed since you
compiled that bytecode file.  These changes were made back here:
http://mail.cs.uiuc.edu/pipermail/llvmdev/2002-September/000005.html

so you must have a REALLY old bytecode file.

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/




More information about the llvm-dev mailing list