[llvm-commits] [llvm-gcc-4.2] r75447 - in /llvm-gcc-4.2/trunk/gcc: llvm-backend.cpp llvm-convert.cpp

Bill Wendling isanbard at gmail.com
Mon Jul 13 11:49:31 PDT 2009


On Mon, Jul 13, 2009 at 11:30 AM, Owen Anderson<resistor at mac.com> wrote:
>
> On Jul 13, 2009, at 11:05 AM, Bill Wendling wrote:
>> /Volumes/SandBox/NightlyTest/llvmgcc42.roots/llvmgcc42~obj/src/gcc/
>> config/rs6000/llvm-rs6000.cpp:
>> In member function 'bool TreeToLLVM::TargetIntrinsicLower(tree_node*,
>> unsigned int, const MemRef*, llvm::Value*&, const llvm::Type*,
>> std::vector<llvm::Value*, std::allocator<llvm::Value*> >&)':
>> /Volumes/SandBox/NightlyTest/llvmgcc42.roots/llvmgcc42~obj/src/gcc/
>> config/rs6000/llvm-rs6000.cpp:344:
>> error: 'getNullValue' is not a member of 'llvm::Constant'
>> make[4]: *** [llvm-rs6000.o] Error 1
>> make[4]: *** Waiting for unfinished jobs....
>> rm fsf-funding.pod gcov.pod gfdl.pod cpp.pod gpl.pod gcc.pod
>> make[3]: *** [all-stage1-gcc] Error 2
>> make[2]: *** [stage1-bubble] Error 2
>> make[1]: *** [all] Error 2
>
> Fixed.  grep claims that's the only one I missed.  I don't know why my
> build last night didn't catch it.
>
I think it'll only catch it on a PPC system. Or at least that's how
the buildbots are acting...

Thanks!
-bw




More information about the llvm-commits mailing list