[LLVMdev] Build Error

Eli Friedman eli.friedman at gmail.com
Thu Sep 1 15:29:34 PDT 2011


On Thu, Sep 1, 2011 at 3:17 PM, David Greene <dag at cray.com> wrote:
> I'm getting this build error with -Werror:
>
> [off-opt]    : [llvm] cc1plus: warnings being treated as errors
> [off-opt]    : [llvm] /ptmp/dag/llvm/official/llvm/lib/Target/ARM/ARMISelLowering.cpp: In member function 'llvm::MachineBasicBlock* llvm::ARMTargetLowering::EmitAtomicBinary64(llvm::MachineInstr*, llvm::MachineBasicBlock*, unsigned int, unsigned int, bool, bool) const':
> [off-opt]    : [llvm] /ptmp/dag/llvm/official/llvm/lib/Target/ARM/ARMISelLowering.cpp:5336: error: 'contBB' may be used uninitialized in this function
> [off-opt]    : [llvm] /ptmp/dag/llvm/official/llvm/lib/Target/ARM/ARMISelLowering.cpp:5336: error: 'cont2BB' may be used uninitialized in this function
>
> Anyone else seeing this?

Somebody else sent an email to me about this last night; fixed in
r138974.  Sorry about the delay.

-Eli




More information about the llvm-dev mailing list