[llvm-commits] [llvm] r74614 - in /llvm/trunk: examples/BrainF/ examples/Fibonacci/ examples/HowToUseJIT/ examples/Kaleidoscope/ examples/ModuleMaker/ examples/ParallelJIT/ include/llvm-c/ include/llvm/ include/llvm/Assembly/ include/llvm/Bitcode/ include/llvm/Debugger/ include/llvm/Transforms/Utils/ lib/Archive/ lib/AsmParser/ lib/Bitcode/Reader/ lib/Debugger/ lib/Linker/ lib/Transforms/Utils/ lib/VMCore/ tools/bugpoint/ tools/llc/ tools/lli/ tools/llvm-ar/ tools/llvm-as/ tools/llvm-db/ tools/llvm-dis/ tools/llvm-extr...

Stuart Hastings stuart at apple.com
Wed Jul 1 11:37:45 PDT 2009


On Jul 1, 2009, at 11:25 AM, Owen Anderson wrote:

> Seems likely.  Did you pull in the subsequent commit to LLVM-GCC as
> well?

I suppose not.  I generally check them out together; I got r74618 and  
r74616 (for llvm and llvm-gcc, respectively).

I'll update and try again...

stuart

>
>
> --Owen
>
> On Jul 1, 2009, at 11:21 AM, Stuart Hastings wrote:
>
>> Owen, I was running an Apple-Style(tm) build of LLVM-GCC  and got
>> this:
>>
>> /Developer/usr/local/include/llvm/Bitcode/ReaderWriter.h: In function
>> 'void dummy_function()':
>> /Developer/usr/local/include/llvm/Bitcode/ReaderWriter.h:42: error:
>> too few arguments to function 'llvm::Module*
>> llvm::ParseBitcodeFile(llvm::MemoryBuffer*, llvm::LLVMC\
>> ontext*, std::string*)'
>>
>> Could this be related to your change^H^H^H^H^H^Himprovement to
>> ReaderWriter.h  ?
>>
>> stuart



More information about the llvm-commits mailing list