[LLVMdev] reading a module from a memory string (BitCode)

Chris Lattner sabre at nondot.org
Mon May 14 00:33:30 PDT 2007


On Mon, 14 May 2007, Basile STARYNKEVITCH wrote:
> But still getting
> find  /usr/local/include/llvm -name 'Bit*eader*'
> /usr/local/include/llvm/Bitcode/BitstreamReader.h
>
> and  grep -rni BitcodeReader /usr/local/include/llvm
> remains desperately silent.
>
> Obviously, I made a mistake which I cannot find yet. Any help please?

You want:
include/llvm/Bitcode/ReaderWriter.h

-Chris

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



More information about the llvm-dev mailing list