[LLVMdev] llvm2cpp: invalid bytecode signature

Chris Lattner sabre at nondot.org
Wed Oct 11 16:47:35 PDT 2006


On Wed, 11 Oct 2006, Anderson, Todd A wrote:
> After compiling llvm and the cfrontend, I tried to
> run llvm2cpp on a few of the .ll files in the
> test/Regression directory.  When I try this, I get
> the following error:
>
> llvm2cpp: Invalid bytecode signature: 5552203B (Vers=0,Pos=4)

try:

  llvm-as < whatever.ll | llvm2cpp


-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list