Displaying 2 results from an estimated 2 matches for "r138974".
Did you mean:
138974
2011 Sep 01
2
[LLVMdev] Build Error
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]
2011 Sep 01
0
[LLVMdev] Build Error
...d 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