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! Unresolvable reference found: <long>:2! Error parsing 'he2.bc': No module loaded: Error resolving method values! So right now, I cannot do anything. Could you please let me know what's wrong here? Thanks, Jerry
> 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/